mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
test: re-enable t_fib1 but with a single core fifo pool
it should be deterministic now!
This commit is contained in:
parent
10f77d218a
commit
993ee3a197
2 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,5 @@
|
|||
(tests
|
||||
(names
|
||||
t_fls
|
||||
t_main ; t_fib1
|
||||
)
|
||||
(names t_fls t_main t_fib1)
|
||||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0))
|
||||
(package moonpool)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ module A = Atomic
|
|||
module F = Moonpool_fib.Fiber
|
||||
|
||||
let ( let@ ) = ( @@ )
|
||||
let runner = Ws_pool.create ~num_threads:8 ()
|
||||
let runner = Fifo_pool.create ~num_threads:1 ()
|
||||
|
||||
module TS = struct
|
||||
type t = int list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue