Merge pull request #475 from treeform/guzba

deflake
This commit is contained in:
Andre von Houck 2022-07-24 09:57:32 -07:00 committed by GitHub
commit 742d0050f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()