We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7629c59 commit 69f5392Copy full SHA for 69f5392
1 file changed
package.json
@@ -100,7 +100,7 @@
100
"test-tsd": "node ./test/types/check-types-filename && tsd",
101
"tdd": "mocha ./test/*.test.js --inspect --watch --recursive --watch-files ./**/*.{js,ts}",
102
"test-coverage": "nyc --reporter=html --reporter=text npm test",
103
- "ts-benchmark": "ts-benchmark -p ./benchmarks/typescript/simple -f 17/100000 18 29 32",
+ "ts-benchmark": "ts-benchmark -p ./benchmarks/typescript/simple -f 17/110000 18 29 32",
104
"ts-benchmark-watch": "ts-benchmark -p ./benchmarks/typescript/simple -w ./types -i -s -f 17/100000 18 29 32 -b master"
105
},
106
"main": "./index.js",
0 commit comments