pixie/tests/benchmark_svg.nim

7 lines
170 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
2022-05-22 01:05:13 +00:00
timeIt "svg parse + render":
discard newImage(parseSvg(data))