Skip to content

Commit

Permalink
Add zero location Xt benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Dec 26, 2023
1 parent 19f9207 commit 6f850f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/bench_xt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ let run_one ?(n_locs = 2) ?(factor = 1)
]

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

0 comments on commit 6f850f9

Please sign in to comment.