update gif benchmark
This commit is contained in:
parent
c9278a261a
commit
445043b11c
1 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@ import benchy, pixie/fileformats/gif
|
|||
|
||||
let data = readFile("tests/fileformats/gif/audrey.gif")
|
||||
|
||||
timeIt "pixie decode":
|
||||
keep decodeGif(data)
|
||||
timeIt "gif decode":
|
||||
discard decodeGif(data)
|
||||
|
|
Loading…
Reference in a new issue