Skip to content

Commit

Permalink
[red-knot] fix naming of benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jul 18, 2024
1 parent 93cf6b5 commit d901769
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 d901769

Please sign in to comment.