Skip to content

Commit

Permalink
Fix webp benches
Browse files Browse the repository at this point in the history
Update the directory name to the current existing folder
Remove files that are no longer in the path
  • Loading branch information
okaneco committed Aug 27, 2023
1 parent 81c9fed commit 3582f91
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions benches/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,8 @@ fn load_all(c: &mut Criterion) {
format: ImageFormat::Tiff,
},
BenchDef {
dir: &["webp", "images"],
files: &[
"simple-gray.webp",
"simple-rgb.webp",
"vp8x-gray.webp",
"vp8x-rgb.webp",
],
dir: &["webp", "lossy_images"],
files: &["simple-gray.webp", "simple-rgb.webp"],
format: ImageFormat::WebP,
},
];
Expand Down

0 comments on commit 3582f91

Please sign in to comment.