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 21448e7 commit 6aaf75fCopy full SHA for 6aaf75f
bench/bench_mpscq.ml
@@ -69,7 +69,7 @@ let run_one ~budgetf ~n_adders () =
69
70
let run_suite ~budgetf =
71
run_one_domain ~budgetf ()
72
- @ ([ 1; 2; 4 ]
+ @ ([ 1; 2; 4; 8 ]
73
|> List.concat_map @@ fun n_adders ->
74
if Picos_domain.recommended_domain_count () < 1 + n_adders then []
75
else run_one ~budgetf ~n_adders ())
0 commit comments