Skip to content

Commit 440e6b6

Browse files
committed
benchmark: fix path in package.json
1 parent 900f463 commit 440e6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "BSD-2-Clause",
1010
"main": "bench.js",
1111
"scripts": {
12-
"bench": "node bench.js ./samples | tee results/bench.csv && node graph.js result/bench.csv"
12+
"bench": "node bench.js ./samples | tee results/bench.csv && node graph.js results/bench.csv"
1313
},
1414
"dependencies": {
1515
"benchmark": "^2.1.4",

0 commit comments

Comments
 (0)