now all tests work correctly
This commit is contained in:
@@ -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++ {
|
||||
|
Reference in New Issue
Block a user