Merge pull request #39 from bfitzsimmons/patch-1

fix(benchmark): JPEG watermark
master
Tomás Aparicio 11 years ago
commit b6bc20df55

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