Skip to content

chore(deps): bump actions/download-artifact from 4 to 8 - #530

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/download-artifact-8
Open

chore(deps): bump actions/download-artifact from 4 to 8#530
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/download-artifact-8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/download-artifact from 4 to 8.

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view


Note

Low Risk
CI-only dependency bump with no app logic changes; v8’s stricter digest checks could surface download failures if artifacts are corrupted or mismatched.

Overview
Updates actions/download-artifact from v4 to v8 in .github/workflows/test-perf.yml for the two download steps: merging shard reports in test-perf and fetching perf-diff in perf-comment. Step inputs (pattern, path, merge-multiple, name) are unchanged; upload-artifact stays on v4.

v8 can fail jobs on artifact digest mismatches (previously warnings) and adjusts when downloaded blobs are decompressed. For normal GitHub-hosted perf artifacts this is usually transparent, but a failed download would block aggregation or the sticky perf comment (the latter already uses continue-on-error: true).

Reviewed by Cursor Bugbot for commit c4826c6. Bugbot is set up for automated code reviews on this repo. Configure here.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 8, 2026
@dependabot
dependabot Bot requested a review from aidenybai as a code owner July 8, 2026 12:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 8, 2026
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-grab-storybook Ready Ready Preview, Comment Jul 16, 2026 7:10am
react-grab-website Ready Ready Preview, Comment Jul 16, 2026 7:10am

@pkg-pr-new

pkg-pr-new Bot commented Jul 8, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@react-grab/cli@530
npm i https://pkg.pr.new/grab@530
npm i https://pkg.pr.new/react-grab@530

commit: c4826c6

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Performance report — this PR vs base branch

🔴 1 regression · 🟢 7 improvements across 77 scenarios.

Scenario Metric Base → PR Verdict
heavy-dashboard-drag-sweep Interaction latency (INP) 56.0ms → 80.0ms (+43%) 🔴 worse
heavy-all-activate-toggle Janky frames (LoAF total) 1228ms → 374ms (-70%) 🟢 better
heavy-all-drag-sweep Leaked DOM nodes 84 → 0 (-100%) 🟢 better
heavy-charts-drag-select Interaction latency (INP) 128ms → 88.0ms (-31%) 🟢 better
heavy-charts-drag-select Frame time (worst) 100ms → 66.7ms (-33%) 🟢 better
heavy-dashboard-hover-sweep GPU process CPU 46% → 36% (-22%) 🟢 better
heavy-table-sort-passive Heap growth 1122KB → 163KB (-85%) 🟢 better
interference-kanban-hover-selection GPU process CPU 45% → 33% (-26%) 🟢 better

A metric counts as changed only past per-metric thresholds sized to measured shared-runner variance on identical code: interaction latency ±10% and 16ms (measured in 8ms steps), frame times ±30%, long-task/LoAF sums ±10% and 500ms, memory ±25% and 512KB / 60 nodes, process CPU ±20% and 10 points, GPU-process CPU ±20% and 3 points, animation ticks ±20% and 3/s, draws/tick ±20% and 0.05, hardware GPU ±20% and 10 points, compositor production ±20% and 3fps / 5 duty-cycle points, composited layers ±20% and 2 layers / 0.5 viewport areas, rendering stages ±20% and 1ms; any ms metric with a ≥100ms baseline needs ±30%.

All 73 standard scenarios (full numbers)
Scenario Interaction latency (INP) Main-thread blocking (long tasks) Janky frames (LoAF total) Frame time (p95) Frame time (worst) Heap growth Leaked DOM nodes Browser process CPU GPU process CPU Renderer process CPU Animation ticks Active animation timeline duty Animation-attributable renderer CPU Animation-attributable GPU-process CPU Animation-attributable graphics CPU Hardware GPU busy Compositor frame production Compositor production duty cycle Composited content layers Composited surface area Painted area Paint work CSS selector matching CSS selector attempts Compositor work
activate-deactivate-dense-animations 0.0ms → 0.0ms (0%) 20863ms → 20293ms (-3%) 19533ms → 19015ms (-3%) 600ms → 558ms (-7%) 650ms → 600ms (-8%) 84KB → 71KB (-15%) 0 → 0 (0%) 172% → 171% (-1%) 32% → 31% (-2%) 140% → 139% (0%)
activate-large-dom-sparse-animations 0.0ms → 0.0ms (0%) 418ms → 435ms (+4%) 1498ms → 1486ms (-1%) 83.4ms → 83.4ms (0%) 108ms → 100ms (-8%) 83KB → 84KB (+1%) 0 → 0 (0%) 138% → 137% (-1%) 37% → 35% (-4%) 100% → 100% (+1%)
activate-with-many-animations 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 25.1ms (+49%) 83KB → 82KB (-1%) 0 → 0 (0%) 135% → 136% (0%) 36% → 37% (+3%) 96% → 96% (0%)
arrow-navigation-storm 48.0ms → 40.0ms (-17%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) 134KB → 137KB (+2%) 0 → 0 (0%) 106% → 105% (-1%) 36% → 33% (-8%) 68% → 69% (+3%)
context-menu-arrow-navigation 64.0ms → 48.0ms (-25%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 169KB → 160KB (-5%) 1 → 1 (0%) 123% → 125% (+1%) 44% → 43% (-3%) 77% → 77% (0%)
context-menu-open-close-cycle 56.0ms → 56.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 16.8ms (0%) 167KB → 165KB (-1%) 1 → 1 (0%) 38% → 37% (-1%) 10% → 9% (-2%) 24% → 24% (-1%)
copy-multi-element-batch 48.0ms → 56.0ms (+17%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 25.1ms → 16.8ms (-33%) 286KB → 281KB (-2%) 4 → 1 (-75%) 111% → 109% (-2%) 29% → 27% (-5%) 79% → 77% (-2%)
copy-then-deactivate-stress 64.0ms → 72.0ms (+13%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.4ms → 33.4ms (0%) 94KB → 94KB (0%) 0 → 0 (0%) 119% → 123% (+3%) 40% → 41% (+2%) 75% → 78% (+4%)
copy-under-saturated-network 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 293KB → 293KB (0%) 2 → 2 (0%) 18% → 18% (+1%) 7% → 7% (0%) 10% → 11% (+5%)
copy-under-saturated-network (sourceResolveMs) 8005ms → 8005ms (0%)
deactivate-with-many-frozen-elements 76.0ms → 72.0ms (-5%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 33.4ms → 33.4ms (0%) 50.0ms → 41.7ms (-17%) -35KB → -71KB (-103%) 0 → 0 (0%) 144% → 141% (-2%) 43% → 39% (-10%) 97% → 99% (+2%)
deep-element-stack-hover 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) 59KB → 59KB (0%) 0 → 0 (0%) 50% → 49% (-2%) 15% → 14% (-4%) 32% → 31% (-3%)
dom-rerender-during-selection 40.0ms → 36.0ms (-10%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) 129KB → 111KB (-14%) 7 → 0 (-100%) 110% → 109% (-1%) 24% → 23% (-5%) 75% → 75% (0%)
drag-commit-massive-grid 1112ms → 1120ms (+1%) 7051ms → 7023ms (0%) 6992ms → 6963ms (0%) 608ms → 600ms (-1%) 1092ms → 1092ms (0%) 120KB → 82KB (-32%) 1 → -12 (-1300%) 112% → 112% (0%) 6% → 6% (0%) 105% → 106% (0%)
drag-freeze-animation-storm 876ms → 860ms (-2%) 4188ms → 4317ms (+3%) 4296ms → 4371ms (+2%) 225ms → 233ms (+4%) 825ms → 808ms (-2%) 41KB → 34KB (-17%) 3 → 0 (-100%) 144% → 145% (+1%) 22% → 23% (+6%) 119% → 119% (0%)
drag-rapid-zigzag 56.0ms → 56.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 33.4ms → 33.3ms (0%) 174KB → 191KB (+10%) 0 → 2 (was 0) 76% → 74% (-3%) 21% → 19% (-7%) 44% → 43% (-3%)
drag-selection-sweep 64.0ms → 48.0ms (-25%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.3ms → 33.4ms (0%) 160KB → 187KB (+17%) 0 → 2 (was 0) 38% → 40% (+4%) 10% → 10% (-3%) 24% → 26% (+4%)
drag-sweep-massive-grid 464ms → 432ms (-7%) 11685ms → 11126ms (-5%) 11148ms → 10557ms (-5%) 633ms → 625ms (-1%) 683ms → 675ms (-1%) 416KB → 415KB (0%) 4 → 4 (0%) 108% → 108% (0%) 5% → 5% (0%) 99% → 100% (0%)
drag-with-autoscroll 64.0ms → 56.0ms (-12%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.4ms → 33.4ms (0%) 425KB → 338KB (-20%) 16 → 16 (0%) 59% → 50% (-16%) 15% → 12% (-15%) 36% → 31% (-14%)
heavy-all-activate-toggle 0.0ms → 0.0ms (0%) 28.0ms → 26.5ms (-5%) 1228ms → 374ms (-70%) 🟢 better 66.7ms → 66.6ms (0%) 75.0ms → 66.7ms (-11%) 170KB → 180KB (+6%) 0 → 0 (0%) 152% → 147% (-3%) 38% → 33% (-12%) 112% → 112% (-1%)
heavy-all-copy-cross-section 148ms → 152ms (+3%) 432ms → 426ms (-1%) 472ms → 485ms (+3%) 91.7ms → 91.7ms (0%) 108ms → 117ms (+8%) 263KB → 222KB (-16%) -9 → -9 (0%) 127% → 129% (+2%) 22% → 23% (+5%) 103% → 104% (+1%)
heavy-all-drag-sweep 220ms → 212ms (-4%) 303ms → 374ms (+24%) 416ms → 539ms (+30%) 33.3ms → 50.0ms (+50%) 192ms → 183ms (-4%) 622KB → 279KB (-55%) 84 → 0 (-100%) 🟢 better 112% → 112% (0%) 19% → 19% (-2%) 81% → 82% (+1%)
heavy-all-scroll-during-selection 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.4ms → 33.4ms (0%) 5740KB → 5699KB (-1%) 0 → 0 (0%) 133% → 139% (+4%) 41% → 41% (-1%) 89% → 95% (+7%)
heavy-charts-activate-cycle 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.4ms → 33.3ms (0%) 47KB → 49KB (+4%) 0 → 0 (0%) 147% → 149% (+1%) 35% → 36% (+3%) 110% → 111% (+1%)
heavy-charts-drag-select 128ms → 88.0ms (-31%) 🟢 better 62.0ms → 0.0ms (-100%) 104ms → 73.8ms (-29%) 16.8ms → 16.8ms (0%) 100ms → 66.7ms (-33%) 🟢 better -129KB → 66KB (+151%) 0 → 0 (0%) 103% → 98% (-4%) 23% → 24% (+1%) 69% → 65% (-5%)
heavy-charts-hover-in-selection-mode 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) 11KB → 22KB (+100%) 0 → 0 (0%) 52% → 49% (-5%) 14% → 14% (-2%) 34% → 33% (-2%)
heavy-charts-tooltip-sweep-passive 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) -166KB → -169KB (-2%) 0 → 0 (0%) 101% → 102% (+1%) 12% → 12% (0%) 83% → 85% (+1%)
heavy-dashboard-drag-sweep 56.0ms → 80.0ms (+43%) 🔴 worse 0.0ms → 0.0ms (0%) 0.0ms → 50.1ms (was 0) 16.8ms → 16.8ms (0%) 33.3ms → 49.9ms (+50%) 249KB → 171KB (-31%) 2 → -4 (-300%) 67% → 68% (+1%) 18% → 19% (+3%) 40% → 40% (0%)
heavy-dashboard-hover-sweep 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) 119KB → 132KB (+11%) 2 → 2 (0%) 122% → 106% (-13%) 46% → 36% (-22%) 🟢 better 73% → 67% (-9%)
heavy-dashboard-selection-under-rerender 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 104KB → 116KB (+12%) 0 → 0 (0%) 19% → 19% (+3%) 7% → 7% (+2%) 11% → 12% (+3%)
heavy-heatmap-crosshair-passive 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 33.4ms → 33.4ms (0%) -167KB → -163KB (+2%) 0 → 0 (0%) 125% → 126% (+1%) 11% → 11% (-1%) 110% → 111% (+1%)
heavy-heatmap-hover-in-selection-mode 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 16.8ms (0%) -79KB → -15KB (+81%) 0 → 0 (0%) 122% → 125% (+3%) 40% → 42% (+5%) 77% → 78% (+2%)
heavy-table-drag-select-rows 72.0ms → 64.0ms (-11%) 0.0ms → 0.0ms (0%) 52.6ms → 51.5ms (-2%) 16.8ms → 16.8ms (0%) 50.0ms → 50.0ms (0%) 152KB → 156KB (+3%) 1 → 2 (+100%) 74% → 72% (-3%) 20% → 18% (-8%) 44% → 44% (0%)
heavy-table-expand-rows-passive 120ms → 112ms (-7%) 693ms → 689ms (-1%) 718ms → 715ms (0%) 50.1ms → 66.6ms (+33%) 83.4ms → 83.3ms (0%) -419KB → -418KB (0%) 0 → 0 (0%) 70% → 70% (-1%) 5% → 6% (+7%) 60% → 60% (-1%)
heavy-table-filter-typing-passive 188ms → 192ms (+2%) 1707ms → 1529ms (-10%) 2342ms → 1951ms (-17%) 83.3ms → 58.4ms (-30%) 200ms → 200ms (0%) -146KB → -2291KB (-1469%) 1 → 1 (0%) 107% → 106% (-1%) 4% → 4% (-2%) 100% → 100% (0%)
heavy-table-hover-in-selection-mode 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 60KB → 63KB (+5%) 2 → 2 (0%) 132% → 129% (-3%) 48% → 44% (-8%) 81% → 81% (-1%)
heavy-table-multi-select-copy 72.0ms → 68.0ms (-6%) 0.0ms → 0.0ms (0%) 33.6ms → 36.6ms (+9%) 25.0ms → 25.0ms (0%) 33.4ms → 41.7ms (+25%) -377KB → -376KB (0%) -143 → -140 (+2%) 95% → 92% (-4%) 27% → 24% (-11%) 65% → 65% (-1%)
heavy-table-paginate-passive 168ms → 144ms (-14%) 1512ms → 1512ms (0%) 1651ms → 1617ms (-2%) 83.4ms → 83.4ms (0%) 133ms → 117ms (-13%) 269KB → -196KB (-173%) 0 → 0 (0%) 78% → 82% (+4%) 4% → 4% (-7%) 69% → 72% (+4%)
heavy-table-sort-passive 264ms → 272ms (+3%) 3341ms → 3971ms (+19%) 4211ms → 4611ms (+9%) 50.1ms → 66.6ms (+33%) 233ms → 233ms (0%) 1122KB → 163KB (-85%) 🟢 better 0 → 0 (0%) 80% → 84% (+5%) 3% → 3% (+4%) 72% → 77% (+6%)
heavy-virtual-hover-sweep 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) 85KB → 86KB (+1%) 2 → 2 (0%) 120% → 115% (-4%) 50% → 45% (-10%) 67% → 68% (+1%)
heavy-virtual-scroll-during-selection 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.3ms → 33.3ms (0%) 233KB → 221KB (-5%) 0 → 0 (0%) 133% → 130% (-2%) 44% → 43% (-2%) 86% → 84% (-2%)
heavy-virtual-scroll-passive 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) -359KB → -190KB (+47%) 0 → 0 (0%) 98% → 98% (0%) 17% → 17% (0%) 77% → 78% (+1%)
hover-deep-nested-dom 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) 55KB → 55KB (0%) 0 → 0 (0%) 46% → 47% (+3%) 9% → 9% (0%) 33% → 34% (+4%)
hover-dense-flat-dom 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) -98KB → -105KB (-7%) 0 → 0 (0%) 133% → 134% (+1%) 48% → 49% (+2%) 82% → 81% (-1%)
hover-in-selection-mode 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) 160KB → 181KB (+13%) 0 → 0 (0%) 106% → 100% (-6%) 38% → 35% (-9%) 64% → 62% (-3%)
hover-over-animated-elements 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 16.8ms (0%) 7KB → 7KB (0%) 0 → 0 (0%) 26% → 26% (0%) 8% → 8% (+2%) 16% → 16% (0%)
idle-after-activation 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) 120KB → 120KB (0%) 0 → 0 (0%) 17% → 17% (+3%) 6% → 6% (0%) 10% → 10% (+5%) 53/s → 52/s (-3%) 0% → 0% (0%) -0% → -0% (+99%) 0% → 0% (-100%) -0% → -0% (+99%) 10fps → 10fps (0%) 29% → 29% (+1%) 18 → 18 (0%) 3.8× → 3.8× (0%) 21.0× → 20.0× (-5%) 6.9ms → 7.0ms (+2%) 0.0ms → 0.0ms (0%) 0 → 0 (0%) 274ms → 253ms (-7%)
interference-canvas-hover-markers 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 52KB → 66KB (+27%) 0 → 0 (0%) 133% → 132% (-1%) 45% → 44% (-1%) 86% → 85% (-1%)
interference-canvas-paint-passive 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) 1KB → 1KB (0%) 0 → 0 (0%) 41% → 42% (+3%) 20% → 20% (-2%) 21% → 22% (+5%)
interference-editor-hover-with-swallowed-pointermove 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) 35KB → 50KB (+43%) 0 → 0 (0%) 124% → 115% (-7%) 42% → 36% (-16%) 79% → 77% (-3%)
interference-editor-typing-passive 24.0ms → 24.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 16.8ms (0%) 81KB → 82KB (+1%) 0 → 0 (0%) 72% → 73% (+1%) 7% → 7% (+1%) 59% → 59% (+1%)
interference-gauntlet-activate-toggle 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 33.4ms → 33.4ms (0%) 41.8ms → 33.4ms (-20%) 317KB → 413KB (+30%) 12 → 12 (0%) 187% → 198% (+6%) 67% → 68% (+2%) 118% → 127% (+8%)
interference-gauntlet-drag-sweep 120ms → 124ms (+3%) 178ms → 196ms (+10%) 186ms → 206ms (+11%) 33.3ms → 33.3ms (0%) 75.1ms → 83.3ms (+11%) 652KB → 451KB (-31%) 70 → 64 (-9%) 200% → 209% (+4%) 64% → 68% (+7%) 112% → 118% (+5%)
interference-gauntlet-hover-sweep 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 33.4ms → 16.8ms (-50%) 88KB → 136KB (+55%) 0 → 0 (0%) 200% → 204% (+2%) 73% → 75% (+3%) 122% → 125% (+2%)
interference-hijacked-scroll-during-selection 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 90KB → 106KB (+18%) 0 → 0 (0%) 139% → 147% (+6%) 41% → 43% (+5%) 97% → 103% (+6%)
interference-hijacked-scroll-passive 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 33.3ms (+98%) 71KB → 69KB (-3%) 0 → 0 (0%) 125% → 123% (-2%) 35% → 32% (-7%) 88% → 89% (0%)
interference-kanban-app-drag-passive 24.0ms → 24.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 92KB → 279KB (+203%) 0 → 0 (0%) 55% → 54% (-1%) 3% → 3% (+12%) 45% → 44% (-2%)
interference-kanban-grab-drag-select 64.0ms → 56.0ms (-12%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.3ms → 33.3ms (0%) 174KB → 164KB (-6%) 2 → 1 (-50%) 69% → 71% (+3%) 15% → 14% (-3%) 35% → 35% (+1%)
interference-kanban-hover-selection 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) 49KB → 42KB (-14%) 0 → 0 (0%) 109% → 97% (-11%) 45% → 33% (-26%) 🟢 better 61% → 60% (-1%)
interference-raf-mutator-hover 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) -232KB → -205KB (+12%) 0 → 0 (0%) 165% → 160% (-3%) 49% → 48% (-1%) 113% → 110% (-3%)
interference-toast-hover-churn 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 33.3ms → 33.4ms (0%) 137KB → 141KB (+3%) 0 → 0 (0%) 110% → 113% (+2%) 69% → 70% (+1%) 37% → 38% (+2%)
interference-toast-storm-idle-selection 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 16.8ms (0%) 17KB → 25KB (+47%) 0 → 0 (0%) 30% → 30% (+1%) 13% → 13% (-3%) 16% → 17% (+1%)
interference-waapi-freeze-cycle 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 25.0ms (+49%) 51KB → 52KB (+2%) 0 → 0 (0%) 155% → 154% (0%) 43% → 43% (0%) 110% → 108% (-2%)
interference-waapi-hover-sweep 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) -220KB → -217KB (+1%) 0 → 0 (0%) 164% → 162% (-1%) 48% → 49% (+3%) 113% → 110% (-3%)
keyboard-rapid-arrows 48.0ms → 48.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.8ms (+1%) 16.8ms → 16.8ms (0%) 47KB → 41KB (-13%) 0 → 0 (0%) 98% → 98% (0%) 29% → 29% (0%) 65% → 66% (0%)
large-drag-selection 72.0ms → 64.0ms (-11%) 0.0ms → 0.0ms (0%) 50.2ms → 0.0ms (-100%) 16.8ms → 16.7ms (-1%) 33.4ms → 33.4ms (0%) 88KB → 103KB (+17%) 1 → 2 (+100%) 72% → 67% (-6%) 16% → 15% (-9%) 42% → 39% (-8%)
pointermove-storm-synthetic 0.0ms → 0.0ms (0%) 4051ms → 3370ms (-17%) 3968ms → 3260ms (-18%) 167ms → 133ms (-20%) 183ms → 150ms (-18%) 48KB → -199KB (-515%) 0 → 0 (0%) 116% → 118% (+1%) 9% → 10% (+8%) 107% → 107% (0%)
prompt-mode-typing 40.0ms → 40.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.7ms (-1%) 16.8ms → 16.8ms (0%) 157KB → 187KB (+19%) 1 → 1 (0%) 69% → 66% (-4%) 15% → 14% (-7%) 47% → 46% (-4%)
rapid-toggle-active-inactive 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) 73KB → 73KB (0%) 0 → 0 (0%) 109% → 108% (-1%) 33% → 33% (-1%) 73% → 72% (-1%)
scroll-during-selection 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 33.4ms → 33.4ms (0%) 114KB → 113KB (-1%) 0 → 0 (0%) 151% → 146% (-3%) 59% → 53% (-10%) 90% → 91% (+1%)
toolbar-collapse-expand-cycle 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.8ms → 16.8ms (0%) 16.8ms → 16.8ms (0%) 23KB → 24KB (+4%) 0 → 0 (0%) 34% → 34% (+1%) 2% → 3% (+10%) 31% → 31% (0%)
toolbar-drag-to-edges 44.0ms → 40.0ms (-9%) 0.0ms → 0.0ms (0%) 0.0ms → 0.0ms (0%) 16.7ms → 16.7ms (0%) 16.8ms → 16.8ms (0%) -95KB → -95KB (0%) 0 → 0 (0%) 47% → 47% (0%) 7% → 7% (-4%) 34% → 35% (0%)
viewport-resize-during-selection 0.0ms → 0.0ms (0%) 359ms → 259ms (-28%) 236ms → 149ms (-37%) 66.7ms → 50.0ms (-25%) 75.0ms → 66.7ms (-11%) 44KB → 25KB (-43%) 0 → 0 (0%) 163% → 159% (-3%) 28% → 24% (-12%) 133% → 132% (-1%)
All 5 animation scheduling controls (full numbers)
Control Active graphics-pipeline CPU Graphics CPU over paused Animation ticks Draws per animation tick Compositor frame production Compositor production duty cycle Active animation timeline duty
animation-scheduling-controls/finite-static-holds 2% → 3% (+20%) 2% → 3% (+20%) 28/s → 30/s (+5%) 0.3× → 0.3× (+5%) 15fps → 16fps (+3%) 76% → 76% (+1%) 24% → 26% (+7%)
animation-scheduling-controls/infinite-stepped 2% → 2% (0%) 2% → 2% (0%) 72/s → 82/s (+15%) 0.0× → 0.0× (+14%) 2fps → 2fps (0%) 4% → 3% (-18%) 100% → 100% (0%)
animation-scheduling-controls/legacy-one-indicator 6% → 5% (-8%) 6% → 5% (-8%) 73/s → 75/s (+3%) 0.7× → 0.7× (+1%) 59fps → 59fps (0%) 100% → 100% (0%) 100% → 100% (0%)
animation-scheduling-controls/animations-paused 0/s → 0/s (0%) 0.0× → 0.0× (0%) 0fps → 0fps (0%) 0% → 0% (0%) 0% → 0% (0%)
animation-scheduling-controls/legacy-production-count 5% → 4% (-18%) 5% → 4% (-18%) 79/s → 69/s (-12%) 0.7× → 0.7× (-6%) 60fps → 60fps (0%) 100% → 100% (0%) 100% → 100% (0%)

Commit c4826c6 · full reports in the perf-bench-530 artifact.

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants