Skip to content

Commit

Permalink
chore(deps): update github-actions (#8912)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: neverland <[email protected]>
  • Loading branch information
renovate[bot] and chenjiahan authored Jan 2, 2025
1 parent cfbbccc commit f0a406f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.28.4
- uses: crate-ci/typos@v1.29.0
with:
files: .

Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- uses: ./.github/actions/rustup
with:
shared-key: check
- uses: cargo-bins/[email protected].17
- uses: cargo-bins/[email protected].18
- run: cargo binstall --no-confirm cargo-shear
- run: cargo shear

Expand Down

1 comment on commit f0a406f

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on f0a406f Jan 2, 2025

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 (2025-01-02 9a00d39) Current Change
10000_big_production-mode_disable-minimize + exec 37.3 s ± 234 ms 37.8 s ± 878 ms +1.40 %
10000_development-mode + exec 1.88 s ± 30 ms 1.81 s ± 21 ms -3.67 %
10000_development-mode_hmr + exec 680 ms ± 6.9 ms 677 ms ± 5 ms -0.39 %
10000_production-mode + exec 2.5 s ± 44 ms 2.46 s ± 27 ms -1.36 %
arco-pro_development-mode + exec 1.73 s ± 89 ms 1.76 s ± 94 ms +1.92 %
arco-pro_development-mode_hmr + exec 377 ms ± 2.7 ms 376 ms ± 0.86 ms -0.15 %
arco-pro_production-mode + exec 3.64 s ± 92 ms 3.55 s ± 81 ms -2.43 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.67 s ± 155 ms 3.62 s ± 109 ms -1.29 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.66 s ± 128 ms 3.61 s ± 81 ms -1.60 %
threejs_development-mode_10x + exec 1.52 s ± 22 ms 1.5 s ± 20 ms -0.94 %
threejs_development-mode_10x_hmr + exec 787 ms ± 34 ms 762 ms ± 17 ms -3.09 %
threejs_production-mode_10x + exec 5.37 s ± 95 ms 5.37 s ± 128 ms -0.01 %
10000_big_production-mode_disable-minimize + rss memory 9465 MiB ± 98.4 MiB 9533 MiB ± 73.8 MiB +0.73 %
10000_development-mode + rss memory 659 MiB ± 13.5 MiB 696 MiB ± 26.2 MiB +5.59 %
10000_development-mode_hmr + rss memory 1426 MiB ± 352 MiB 1503 MiB ± 347 MiB +5.34 %
10000_production-mode + rss memory 629 MiB ± 21.3 MiB 694 MiB ± 38.9 MiB +10.29 %
arco-pro_development-mode + rss memory 576 MiB ± 25.9 MiB 588 MiB ± 36.1 MiB +2.15 %
arco-pro_development-mode_hmr + rss memory 624 MiB ± 42 MiB 625 MiB ± 37.6 MiB +0.11 %
arco-pro_production-mode + rss memory 743 MiB ± 64.5 MiB 755 MiB ± 56.7 MiB +1.56 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 743 MiB ± 39.9 MiB 742 MiB ± 55.9 MiB -0.12 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 751 MiB ± 51.1 MiB 757 MiB ± 40.1 MiB +0.88 %
threejs_development-mode_10x + rss memory 613 MiB ± 23.4 MiB 648 MiB ± 27 MiB +5.73 %
threejs_development-mode_10x_hmr + rss memory 1175 MiB ± 68.7 MiB 1143 MiB ± 166 MiB -2.73 %
threejs_production-mode_10x + rss memory 857 MiB ± 44.9 MiB 938 MiB ± 57.3 MiB +9.49 %

Please sign in to comment.