Skip to content

Commit 8e12d23

Browse files
committed
chore: add script to more easily run benchmarks repeatedly
1 parent f2513c4 commit 8e12d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"tdd": "mocha ./test/*.test.js --inspect --watch --recursive --watch-files ./**/*.{js,ts}",
115115
"test-coverage": "nyc --reporter=html --reporter=text npm test",
116116
"ts-benchmark": "cd ./benchmarks/typescript/simple && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check",
117+
"ts-benchmark:local": "node ./scripts/create-tarball && cd ./benchmarks/typescript/simple && rm -rf ./node_modules && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check",
117118
"attest-benchmark": "node ./benchmarks/typescript/infer.bench.mts"
118119
},
119120
"main": "./index.js",

0 commit comments

Comments
 (0)