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 d523952 commit 8e3ec95Copy full SHA for 8e3ec95
package.json
@@ -6,7 +6,7 @@
6
"type": "commonjs",
7
"types": "types/index.d.ts",
8
"scripts": {
9
- "bench": "node ./benchmark/bench.js",
+ "bench": "node --expose-gc ./benchmark/bench.js",
10
"bench:cmp": "node ./benchmark/bench-cmp-branch.js",
11
"bench:cmp:ci": "node ./benchmark/bench-cmp-branch.js --ci",
12
"benchmark": "node ./benchmark/bench-cmp-lib.js",
0 commit comments