Skip to content

Commit

Permalink
[red-knot] fix incremental benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jul 19, 2024
1 parent d901769 commit ac32227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_benchmark/benches/red_knot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fn benchmark_incremental(criterion: &mut Criterion) {
case.fs
.write_file(
SystemPath::new("/src/foo.py"),
format!("{BAR_CODE}\n# A comment\n"),
format!("{FOO_CODE}\n# A comment\n"),
)
.unwrap();

Expand Down

0 comments on commit ac32227

Please sign in to comment.