now all tests work correctly

This commit is contained in:
potassium 2024-09-05 13:50:59 +03:00
parent c577804946
commit 11aa6e044b

View File

@ -8,7 +8,7 @@ import (
)
func BenchmarkConcat(b *testing.B) {
var instance image.Image
var instance image.Image = image.NewRGBA(image.Rect(0, 0, 0, 0))
pixel := SinglePixel{}
for i := 0; i < b.N; i++ {