Skip to content

Commit

Permalink
chore: bump ts-benchmark limit slightly to make benchmark pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 19, 2022
1 parent 7629c59 commit 69f5392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -100,7 +100,7 @@
"test-tsd": "node ./test/types/check-types-filename && tsd",
"tdd": "mocha ./test/*.test.js --inspect --watch --recursive --watch-files ./**/*.{js,ts}",
"test-coverage": "nyc --reporter=html --reporter=text npm test",
"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",
"ts-benchmark-watch": "ts-benchmark -p ./benchmarks/typescript/simple -w ./types -i -s -f 17/100000 18 29 32 -b master"
},
"main": "./index.js",
Expand Down

0 comments on commit 69f5392

Please sign in to comment.