We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccd770 commit cce6352Copy full SHA for cce6352
bench/dune
@@ -47,7 +47,7 @@
47
(select
48
scheduler.ml
49
from
50
- (picos_mux.fifo -> scheduler.ocaml5.ml)
+ (picos_mux.multififo -> scheduler.ocaml5.ml)
51
(picos_mux.thread -> scheduler.ocaml4.ml))
52
53
bench_fib.ml
bench/scheduler.ocaml5.ml
@@ -1 +1 @@
1
-let run main = Picos_mux_fifo.run ~quota:100 main
+let run main = Picos_mux_multififo.run_on ~quota:100 ~n_domains:1 main
0 commit comments