mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
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:
parent
3fb0b1a000
commit
96e188931d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue