Skip to content

Commit

Permalink
ci: enable swc for renovate bot (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 30, 2024
1 parent b2ae3bb commit 05a44c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"groupName": "swc",
"matchManagers": ["cargo"],
"matchPackagePrefixes": ["swc"],
"matchPackageNames": ["styled_components"],
"enabled": false
"matchPackageNames": ["styled_components"]
},
{
"groupName": "ignored-crates",
Expand Down

1 comment on commit 05a44c1

@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-01-30 155a7e1) Current Change
10000_development-mode + exec 1.69 s ± 10 ms 1.7 s ± 15 ms +0.33 %
10000_development-mode_hmr + exec 942 ms ± 15 ms 950 ms ± 9.9 ms +0.85 %
10000_production-mode + exec 2.62 s ± 29 ms 2.64 s ± 25 ms +0.76 %
threejs_development-mode_10x + exec 2.02 s ± 15 ms 2.02 s ± 21 ms +0.10 %
threejs_development-mode_10x_hmr + exec 1.23 s ± 16 ms 1.23 s ± 13 ms -0.41 %
threejs_production-mode_10x + exec 5.88 s ± 124 ms 6.05 s ± 63 ms +2.86 %
arco-pro_development-mode + exec 2.65 s ± 45 ms 2.66 s ± 39 ms +0.10 %
arco-pro_development-mode_hmr + exec 1.09 s ± 18 ms 1.09 s ± 35 ms -0.48 %
arco-pro_production-mode + exec 4.39 s ± 23 ms 4.3 s ± 82 ms -2.03 %

Please sign in to comment.