mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-09 15:38:13 -07:00
Merge pull request #39 from bfitzsimmons/patch-1
fix(benchmark): JPEG watermark
This commit is contained in:
commit
b6bc20df55
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue