Skip to content

Commit 1235c28

Browse files
committed
refactor: benchmark
1 parent 67379fe commit 1235c28

File tree

4 files changed

+667
-581
lines changed

4 files changed

+667
-581
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"fix:yarn": "yarn-deduplicate -s highest yarn.lock",
5151
"fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node tooling/generate-wasm-code.js --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write",
5252
"build:examples": "cd examples && node buildAll.js",
53-
"benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation --hash-seed=1 --random-seed=1 --no-opt --predictable --predictable-gc-schedule --interpreted-frames-native-stack --allow-natives-syntax --expose-gc --no-concurrent-sweeping ./test/BenchmarkTestCases.benchmark.mjs",
53+
"benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --expose-gc ./test/BenchmarkTestCases.benchmark.mjs",
5454
"pretest": "yarn lint",
5555
"test": "yarn test:base",
5656
"test:update-snapshots": "yarn test:base -u",
@@ -152,6 +152,7 @@
152152
"jest-diff": "^30.0.5",
153153
"jest-environment-node": "^30.0.5",
154154
"jest-junit": "^16.0.0",
155+
"jest-worker": "^30.0.5",
155156
"json-loader": "^0.5.7",
156157
"json5": "^2.1.3",
157158
"less": "^4.0.0",

0 commit comments

Comments
 (0)