Skip to content

Commit

Permalink
ci: ecosystem-benchmark checkout failed (#8923)
Browse files Browse the repository at this point in the history
* ci: ecosystem-benchmark checkout failed

* ci: rename ecosystem-benchmark
  • Loading branch information
jerrykingxyz authored Jan 2, 2025
1 parent e768650 commit 649c656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ecosystem-benchmark
name: Ecosystem Benchmark

on:
workflow_dispatch:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'workflow_dispatch' && format('pull/{0}/head', inputs.pr) || github.sha }}
ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/pull/{0}/head', inputs.pr) || github.sha }}

- name: Clean
uses: ./.github/actions/clean
Expand Down

1 comment on commit 649c656

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 649c656 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 38 s ± 544 ms +1.83 %
10000_development-mode + exec 1.88 s ± 30 ms 1.83 s ± 21 ms -2.91 %
10000_development-mode_hmr + exec 680 ms ± 6.9 ms 683 ms ± 21 ms +0.44 %
10000_production-mode + exec 2.5 s ± 44 ms 2.46 s ± 71 ms -1.36 %
arco-pro_development-mode + exec 1.73 s ± 89 ms 1.75 s ± 61 ms +1.28 %
arco-pro_development-mode_hmr + exec 377 ms ± 2.7 ms 377 ms ± 1.8 ms -0.10 %
arco-pro_production-mode + exec 3.64 s ± 92 ms 3.57 s ± 72 ms -1.92 %
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.56 s ± 119 ms -2.88 %
threejs_development-mode_10x + exec 1.52 s ± 22 ms 1.49 s ± 14 ms -1.85 %
threejs_development-mode_10x_hmr + exec 787 ms ± 34 ms 768 ms ± 28 ms -2.35 %
threejs_production-mode_10x + exec 5.37 s ± 95 ms 5.33 s ± 85 ms -0.78 %
10000_big_production-mode_disable-minimize + rss memory 9465 MiB ± 98.4 MiB 9603 MiB ± 366 MiB +1.46 %
10000_development-mode + rss memory 659 MiB ± 13.5 MiB 687 MiB ± 34.8 MiB +4.20 %
10000_development-mode_hmr + rss memory 1426 MiB ± 352 MiB 1543 MiB ± 301 MiB +8.15 %
10000_production-mode + rss memory 629 MiB ± 21.3 MiB 674 MiB ± 31.2 MiB +7.15 %
arco-pro_development-mode + rss memory 576 MiB ± 25.9 MiB 593 MiB ± 36.9 MiB +3.00 %
arco-pro_development-mode_hmr + rss memory 624 MiB ± 42 MiB 646 MiB ± 91.1 MiB +3.42 %
arco-pro_production-mode + rss memory 743 MiB ± 64.5 MiB 772 MiB ± 62.3 MiB +3.91 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 743 MiB ± 39.9 MiB 730 MiB ± 43.2 MiB -1.73 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 751 MiB ± 51.1 MiB 770 MiB ± 57.1 MiB +2.58 %
threejs_development-mode_10x + rss memory 613 MiB ± 23.4 MiB 633 MiB ± 19.4 MiB +3.25 %
threejs_development-mode_10x_hmr + rss memory 1175 MiB ± 68.7 MiB 1144 MiB ± 140 MiB -2.64 %
threejs_production-mode_10x + rss memory 857 MiB ± 44.9 MiB 922 MiB ± 70.2 MiB +7.56 %

Please sign in to comment.