Skip to content

Commit

Permalink
Remove gc flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 16, 2025
1 parent e258332 commit 68d8ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:unit": "lerna run test:unit",
"test:browsers": "lerna run test:browsers",
"test": "lerna run test",
"benchmark:files": "NODE_OPTIONS='--max_old_space_size=4096 --expose-gc --loader=ts-node/esm' benchmark --config .benchrc.yaml",
"benchmark:files": "NODE_OPTIONS='--max_old_space_size=4096 --loader=ts-node/esm' benchmark --config .benchrc.yaml",
"benchmark": "yarn benchmark:files 'packages/*/test/perf/**/*.test.ts'",
"benchmark:local": "yarn benchmark --local",
"check-readme": "lerna run check-readme"
Expand Down

0 comments on commit 68d8ab1

Please sign in to comment.