Skip to content

Commit

Permalink
Fix benchmark data path (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Oct 27, 2024
1 parent e3d3e07 commit 9384537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jxl-oxide-tests/benches/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;

fn decode(c: &mut Criterion) {
let mut bench_path = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));
bench_path.push("tests/decode/benchmark-data");
bench_path.push("decode/benchmark-data");

#[cfg(feature = "rayon")]
let pool = JxlThreadPool::rayon(None);
Expand Down

0 comments on commit 9384537

Please sign in to comment.