Skip to content

Commit

Permalink
Fix test file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd committed Feb 18, 2024
1 parent 60b61bc commit f38bc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/ci_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl<Ctx> pes::ElementaryStreamConsumer<Ctx> for NullElementaryStreamConsumer {

#[library_benchmark]
fn reader() {
let mut f = File::open("586000000.ts")
let mut f = File::open("4d0660bd-5755-4917-9592-2e3d85736592.ts")
.expect("Test file missing");
let l = f.metadata().unwrap().len() as usize;
let size = l.min(188 * 200_000);
Expand Down

0 comments on commit f38bc16

Please sign in to comment.