Skip to content

Commit

Permalink
fix(rspack-test-tools): corret script testu (#7894)
Browse files Browse the repository at this point in the history
  • Loading branch information
shulaoda authored Sep 13, 2024
1 parent 3343471 commit b0f8efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev:viewer": "rspack serve",
"dev": "tsc -b -w",
"test": "sh -c 'run-s \"test:* -- $*\"' sh",
"testu": "sh -c 'run-s \"test:* -u -- $*\"' sh",
"testu": "sh -c 'run-s \"test:* -- -u $*\"' sh",
"test:base": "cross-env NO_COLOR=1 node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage --colors --config ./jest.config.js --passWithNoTests",
"test:hot": "cross-env RSPACK_HOT_TEST=true NO_COLOR=1 node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage --colors --config ./jest.config.hot.js --passWithNoTests",
"test:diff": "cross-env RSPACK_DIFF=true NO_COLOR=1 node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage --colors --config ./jest.config.diff.js --passWithNoTests",
Expand Down

2 comments on commit b0f8efb

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-09-13 56a30b4) Current Change
10000_development-mode + exec 2.24 s ± 49 ms 2.23 s ± 28 ms -0.55 %
10000_development-mode_hmr + exec 692 ms ± 15 ms 689 ms ± 17 ms -0.38 %
10000_production-mode + exec 2.84 s ± 28 ms 2.83 s ± 36 ms -0.31 %
arco-pro_development-mode + exec 1.85 s ± 66 ms 1.87 s ± 88 ms +0.63 %
arco-pro_development-mode_hmr + exec 435 ms ± 2 ms 435 ms ± 3.9 ms +0.09 %
arco-pro_production-mode + exec 3.23 s ± 46 ms 3.25 s ± 79 ms +0.92 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.31 s ± 61 ms 3.31 s ± 112 ms +0.17 %
threejs_development-mode_10x + exec 1.7 s ± 12 ms 1.7 s ± 17 ms +0.31 %
threejs_development-mode_10x_hmr + exec 802 ms ± 11 ms 803 ms ± 11 ms +0.08 %
threejs_production-mode_10x + exec 5.18 s ± 26 ms 5.19 s ± 30 ms +0.11 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rslib ❌ failure
rsbuild ❌ failure
examples ✅ success

Please sign in to comment.