f
This commit is contained in:
parent
6fb700a3a7
commit
c43613676c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
import benchy, svg_cairo
|
import benchy, svg_cairo
|
||||||
|
|
||||||
let data = readFile("tests/images/svg/Ghostscript_Tiger.svg")
|
let data = readFile("tests/fileformats/svg/Ghostscript_Tiger.svg")
|
||||||
|
|
||||||
timeIt "svg decode":
|
timeIt "svg decode":
|
||||||
keep decodeSvg(data)
|
discard decodeSvg(data)
|
||||||
|
|
Loading…
Reference in a new issue