diff --git a/resize_test.go b/resize_test.go index 6e8a150..b2109db 100644 --- a/resize_test.go +++ b/resize_test.go @@ -278,7 +278,7 @@ func BenchmarkWatermarkJpeg(b *testing.B) { Background: Color{255, 255, 255}, }, } - runBenchmarkResize("test.webp", options, b) + runBenchmarkResize("test.jpg", options, b) } func BenchmarkWatermarPng(b *testing.B) {