|
50 | 50 | "fix:yarn":"yarn-deduplicate -s highest yarn.lock", |
51 | 51 | "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", |
52 | 52 | "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", |
54 | 54 | "pretest":"yarn lint", |
55 | 55 | "test":"yarn test:base", |
56 | 56 | "test:update-snapshots":"yarn test:base -u", |
|
152 | 152 | "jest-diff":"^30.0.5", |
153 | 153 | "jest-environment-node":"^30.0.5", |
154 | 154 | "jest-junit":"^16.0.0", |
| 155 | +"jest-worker":"^30.0.5", |
155 | 156 | "json-loader":"^0.5.7", |
156 | 157 | "json5":"^2.1.3", |
157 | 158 | "less":"^4.0.0", |
|