Skip to content

Commit 6aaf75f

Browse files
committed
Bench mpscq under higher contention
1 parent 21448e7 commit 6aaf75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/bench_mpscq.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ let run_one ~budgetf ~n_adders () =
6969

7070
let run_suite ~budgetf =
7171
run_one_domain ~budgetf ()
72-
@ ([ 1; 2; 4 ]
72+
@ ([ 1; 2; 4; 8 ]
7373
|> List.concat_map @@ fun n_adders ->
7474
if Picos_domain.recommended_domain_count () < 1 + n_adders then []
7575
else run_one ~budgetf ~n_adders ())

0 commit comments

Comments
 (0)