Skip to content

Commit

Permalink
caught them all
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Dec 26, 2023
1 parent da68490 commit 99085b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/benchmarks/bench-runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ fn main() {

std::env::set_var("BENCH_DRY_RUN", "1");

do_benchmark("main");
// TODO re-enable
//do_benchmark("main");
do_benchmark("branch");

std::env::set_var("BENCH_DRY_RUN", "0");
Expand Down

0 comments on commit 99085b7

Please sign in to comment.