mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-19 04:18:38 +00:00
benchmark: fix path in package.json
This commit is contained in:
parent
900f463121
commit
440e6b66ef
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"license": "BSD-2-Clause",
|
||||
"main": "bench.js",
|
||||
"scripts": {
|
||||
"bench": "node bench.js ./samples | tee results/bench.csv && node graph.js result/bench.csv"
|
||||
"bench": "node bench.js ./samples | tee results/bench.csv && node graph.js results/bench.csv"
|
||||
},
|
||||
"dependencies": {
|
||||
"benchmark": "^2.1.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue