Skip to content

Commit 8e3ec95

Browse files
authored
feat: add --expose-gc
1 parent d523952 commit 8e3ec95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "commonjs",
77
"types": "types/index.d.ts",
88
"scripts": {
9-
"bench": "node ./benchmark/bench.js",
9+
"bench": "node --expose-gc ./benchmark/bench.js",
1010
"bench:cmp": "node ./benchmark/bench-cmp-branch.js",
1111
"bench:cmp:ci": "node ./benchmark/bench-cmp-branch.js --ci",
1212
"benchmark": "node ./benchmark/bench-cmp-lib.js",

0 commit comments

Comments
 (0)