now all tests work correctly
This commit is contained in:
parent
c577804946
commit
11aa6e044b
@ -8,7 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func BenchmarkConcat(b *testing.B) {
|
func BenchmarkConcat(b *testing.B) {
|
||||||
var instance image.Image
|
var instance image.Image = image.NewRGBA(image.Rect(0, 0, 0, 0))
|
||||||
pixel := SinglePixel{}
|
pixel := SinglePixel{}
|
||||||
|
|
||||||
for i := 0; i < b.N; i++ {
|
for i := 0; i < b.N; i++ {
|
||||||
|
Loading…
Reference in New Issue
Block a user