pixie/tests/benchmark_svg.nim

7 lines
150 B
Nim
Raw Normal View History

2021-02-14 18:27:32 +00:00
import benchy, pixie/fileformats/svg
2020-12-04 16:17:03 +00:00
2021-10-03 22:49:21 +00:00
let data = readFile("tests/fileformats/svg/Ghostscript_Tiger.svg")
2020-12-04 16:17:03 +00:00
timeIt "svg decode":
2020-12-04 18:28:14 +00:00
keep decodeSvg(data)