From 3582f913423af2e312eec63f26995852a1b021ea Mon Sep 17 00:00:00 2001 From: okaneco <47607823+okaneco@users.noreply.github.com> Date: Sat, 26 Aug 2023 23:18:13 -0400 Subject: [PATCH] Fix webp benches Update the directory name to the current existing folder Remove files that are no longer in the path --- benches/decode.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/benches/decode.rs b/benches/decode.rs index 9ae675dcdc..87ebfda1bd 100644 --- a/benches/decode.rs +++ b/benches/decode.rs @@ -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, }, ];