test: make the benchmark quicker by default

This commit is contained in:
Simon Cruanes 2023-06-09 23:37:20 -04:00
parent 72dc4414bb
commit 6342705502
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -23,8 +23,8 @@ let run ~psize ~n ~j () : _ Fut.t =
fut
let () =
let j = ref 10 in
let n = ref 10 in
let j = ref 5 in
let n = ref 5 in
let psize = ref 4 in
let opts =
[