Skip to content

Commit

Permalink
fix benchmark file
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Nov 11, 2022
1 parent adde87b commit 523717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench.js
Expand Up @@ -4,7 +4,7 @@ import { getPNG } from "../lib/png.js";
import { getSVG } from "../lib/svg.js";
import { getPDF } from "../lib/pdf.js";
const suite = new Benchmark.Suite("QR");
const logo = readFileSync(`tests/golden/logo.png`);
const logo = readFileSync(`test_data/golden/logo.png`);
suite
.add(
"getPNG",
Expand Down

0 comments on commit 523717a

Please sign in to comment.