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.
Xt
1 parent 19f9207 commit 6f850f9Copy full SHA for 6f850f9
bench/bench_xt.ml
@@ -41,4 +41,5 @@ let run_one ?(n_locs = 2) ?(factor = 1)
41
]
42
43
let run_suite ~factor =
44
- [ 1; 2; 4; 8 ] |> List.concat_map @@ fun n_locs -> run_one ~n_locs ~factor ()
+ [ 0; 1; 2; 4; 8 ]
45
+ |> List.concat_map @@ fun n_locs -> run_one ~n_locs ~factor ()
0 commit comments