Skip to content

Commit

Permalink
[red-knot] unswap naming of benchmark groups (#12396)
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm authored Jul 19, 2024
1 parent 93cf6b5 commit 95404a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ruff_benchmark/benches/red_knot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ fn benchmark_cold(criterion: &mut Criterion) {
group.finish();
}

criterion_group!(cold, benchmark_without_parse);
criterion_group!(without_parse, benchmark_cold);
criterion_group!(cold, benchmark_cold);
criterion_group!(without_parse, benchmark_without_parse);
criterion_group!(incremental, benchmark_incremental);
criterion_main!(without_parse, cold, incremental);

0 comments on commit 95404a4

Please sign in to comment.