mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-07 03:35:36 -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
|
(tests
|
||||||
(names
|
(names t_fls t_main t_fib1)
|
||||||
t_fls
|
|
||||||
t_main ; t_fib1
|
|
||||||
)
|
|
||||||
(enabled_if
|
(enabled_if
|
||||||
(>= %{ocaml_version} 5.0))
|
(>= %{ocaml_version} 5.0))
|
||||||
(package moonpool)
|
(package moonpool)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ module A = Atomic
|
||||||
module F = Moonpool_fib.Fiber
|
module F = Moonpool_fib.Fiber
|
||||||
|
|
||||||
let ( let@ ) = ( @@ )
|
let ( let@ ) = ( @@ )
|
||||||
let runner = Ws_pool.create ~num_threads:8 ()
|
let runner = Fifo_pool.create ~num_threads:1 ()
|
||||||
|
|
||||||
module TS = struct
|
module TS = struct
|
||||||
type t = int list
|
type t = int list
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue