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.
This commit is contained in:
Brant Fitzsimmons 2015-05-25 11:27:15 -04:00
parent 3fb0b1a000
commit 96e188931d

View file

@ -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) {