This commit is contained in:
2024-08-20 10:07:01 +03:00
parent d4aec6bcaf
commit 73d114ef5b
4 changed files with 7 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ func BenchmarkScale(b *testing.B) {
err := png.Encode(io.Discard,
Scale(Render(
texture.New(color.White, color.Black, 2),
image.Rect(0, 0, 32, 32),
), 32),
image.Rect(0, 0, 64, 64),
), 64),
)
if err != nil {
panic(err)