mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
test: make the benchmark quicker by default
This commit is contained in:
parent
72dc4414bb
commit
6342705502
1 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue