Skip to content

Commit

Permalink
chore(webpack-test): remove unnecessary snapshots (#7329)
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <[email protected]>
  • Loading branch information
shulaoda and chenjiahan authored Jul 30, 2024
1 parent 6acb63a commit d49d325
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 20,523 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ tests/webpack-test/browsertest/js
tests/webpack-test/fixtures/temp-*
tests/webpack-test/temp
tests/webpack-test/ChangesAndRemovals
tests/webpack-test/__snapshots__/*.snap.*
tests/webpack-test/**/dev-defaults.webpack.lock
!tests/webpack-test/**/target
!tests/webpack-test/cases/**/node_modules
Expand Down
Loading

2 comments on commit d49d325

@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 ❌ failure
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rsbuild ✅ success
examples ✅ success

@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-07-30 20b45b8) Current Change
10000_development-mode + exec 2.18 s ± 20 ms 2.3 s ± 25 ms +5.47 %
10000_development-mode_hmr + exec 698 ms ± 5.3 ms 713 ms ± 3.4 ms +2.15 %
10000_production-mode + exec 2.66 s ± 35 ms 2.74 s ± 33 ms +3.15 %
arco-pro_development-mode + exec 1.88 s ± 61 ms 1.91 s ± 52 ms +1.64 %
arco-pro_development-mode_hmr + exec 435 ms ± 2.6 ms 435 ms ± 1.6 ms +0.11 %
arco-pro_production-mode + exec 3.39 s ± 88 ms 3.45 s ± 76 ms +1.58 %
threejs_development-mode_10x + exec 1.76 s ± 21 ms 1.74 s ± 28 ms -1.05 %
threejs_development-mode_10x_hmr + exec 862 ms ± 6.7 ms 861 ms ± 12 ms -0.08 %
threejs_production-mode_10x + exec 5.48 s ± 31 ms 5.5 s ± 25 ms +0.32 %

Threshold exceeded: ["10000_development-mode + exec"]

Please sign in to comment.