Fixed the JPEG watermark benchmark.

I believe the wrong image type was being used for the benchmark.  It didn't match the pattern of the other tests.
master
Brant Fitzsimmons 11 years ago
parent 3fb0b1a000
commit 96e188931d

@ -278,7 +278,7 @@ func BenchmarkWatermarkJpeg(b *testing.B) {
Background: Color{255, 255, 255}, Background: Color{255, 255, 255},
}, },
} }
runBenchmarkResize("test.webp", options, b) runBenchmarkResize("test.jpg", options, b)
} }
func BenchmarkWatermarPng(b *testing.B) { func BenchmarkWatermarPng(b *testing.B) {

Loading…
Cancel
Save