Skip to content

Commit

Permalink
Merge pull request #1991 from okaneco/webp-bench
Browse files Browse the repository at this point in the history
Fix webp benches
  • Loading branch information
fintelia authored Aug 27, 2023
2 parents 81c9fed + 3582f91 commit 06ec618
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 06ec618

Please sign in to comment.