Skip to content

Commit

Permalink
test(infra): improve e2e test stability (#7713)
Browse files Browse the repository at this point in the history
feat(infra): improve e2e test stability
  • Loading branch information
shulaoda authored Aug 31, 2024
1 parent bc3b36d commit 39b7225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./index.css";
import "./main";

it("css recovery", done => {
NEXT(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import "./index.css";

2 comments on commit 39b7225

@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-08-31 bc3b36d) Current Change
10000_development-mode + exec 2.24 s ± 41 ms 2.24 s ± 33 ms +0.15 %
10000_development-mode_hmr + exec 697 ms ± 4.8 ms 692 ms ± 10 ms -0.58 %
10000_production-mode + exec 2.85 s ± 44 ms 2.86 s ± 36 ms +0.57 %
arco-pro_development-mode + exec 1.87 s ± 82 ms 1.91 s ± 63 ms +2.24 %
arco-pro_development-mode_hmr + exec 435 ms ± 2.5 ms 435 ms ± 3.2 ms -0.07 %
arco-pro_production-mode + exec 3.28 s ± 96 ms 3.28 s ± 77 ms -0.10 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.28 s ± 48 ms 3.36 s ± 70 ms +2.39 %
threejs_development-mode_10x + exec 1.65 s ± 17 ms 1.66 s ± 19 ms +0.47 %
threejs_development-mode_10x_hmr + exec 804 ms ± 8 ms 806 ms ± 6.9 ms +0.33 %
threejs_production-mode_10x + exec 5.16 s ± 13 ms 5.17 s ± 19 ms +0.21 %

@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 ✅ success
rsbuild ✅ success
examples ✅ success

Please sign in to comment.