Skip to content

Commit

Permalink
fix benches
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaellaude committed Nov 2, 2023
1 parent 2547552 commit 19f839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/tag_addresses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn criterion_benchmark(c: &mut Criterion) {
let mut group = c.benchmark_group("tag");

// Read raw data
let raw_data = fs::read_to_string("tests/us50.test.raw").unwrap();
let raw_data = fs::read_to_string("tests/test_data/us50.test.raw").unwrap();
let data: Vec<&str> = raw_data.lines().collect();

// Benchmark the whole function
Expand Down

0 comments on commit 19f839c

Please sign in to comment.