Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Fischman committed Oct 24, 2024
1 parent 2185096 commit 06d2277
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benches/example_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ pub fn criterion_benchmark(c: &mut Criterion) {
if path_string.contains("fail-typecheck") {
continue;
}
// skip python_array_optimize since it is too slow and doesn't even reflect the current python implementation
if path_string.contains("python_array_optimize") {
continue;
}

let name = path.file_stem().unwrap().to_string_lossy().to_string();
let filename = path.to_string_lossy().to_string();
let program = std::fs::read_to_string(&filename).unwrap();
Expand Down

0 comments on commit 06d2277

Please sign in to comment.