deflake
This commit is contained in:
parent
0e30475699
commit
b180edc76e
|
@ -116,8 +116,12 @@ block:
|
|||
|
||||
reset()
|
||||
|
||||
timeIt "blur":
|
||||
image.blur(40)
|
||||
block:
|
||||
let image = newImage(200, 200)
|
||||
image.fill(rgbx(255, 0, 0, 255))
|
||||
|
||||
timeIt "blur":
|
||||
image.blur(20)
|
||||
|
||||
reset()
|
||||
|
||||
|
|
Loading…
Reference in a new issue