Skip to content

Commit 6f850f9

Browse files
committed
Add zero location Xt benchmark
1 parent 19f9207 commit 6f850f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bench/bench_xt.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ let run_one ?(n_locs = 2) ?(factor = 1)
4141
]
4242

4343
let run_suite ~factor =
44-
[ 1; 2; 4; 8 ] |> List.concat_map @@ fun n_locs -> run_one ~n_locs ~factor ()
44+
[ 0; 1; 2; 4; 8 ]
45+
|> List.concat_map @@ fun n_locs -> run_one ~n_locs ~factor ()

0 commit comments

Comments
 (0)