Skip to content

test: cover metadata parser and manager pack composables#13334

Draft
huang47 wants to merge 1 commit into
mainfrom
shihchi/coverage-metadata-manager
Draft

test: cover metadata parser and manager pack composables#13334
huang47 wants to merge 1 commit into
mainfrom
shihchi/coverage-metadata-manager

Conversation

@huang47

@huang47 huang47 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Add unit branch-coverage for the workflow-metadata parser and the extension-manager pack composables — part of the critical-coverage series.

Changes

  • What: New tests for scripts/metadata/parser (the file-format dispatcher), usePackInstall, and useManagerDisplayPacks. Test-only — no source changes. Format sub-parsers are stubbed; first-party deps mocked.
  • Breaking: none.

Review Focus

Measured with the critical-coverage gate over the 27-file allow-list, before → after these tests:

metric baseline (before) with this PR (after)
statements 58.06% 65.34%
branches 47.62% 57.46% (+9.8)
functions 54.80% 63.10%
lines 58.73% 66.14%

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

This PR adds three new Vitest test files covering getWorkflowDataFromFile metadata parsing routing logic, usePackInstall node pack installation and conflict handling, and useManagerDisplayPacks tab filtering/search/sorting behavior. No production code or exported entities are modified.

Changes

New unit test suites

Layer / File(s) Summary
Metadata parser routing tests
src/scripts/metadata/parser.test.ts
Mocks all extractor dependencies and verifies getWorkflowDataFromFile routes correctly by MIME type/extension, resolves WebP/FLAC key precedence, and returns undefined for unrecognized files.
Pack install scaffolding and core behavior
src/workbench/extensions/manager/composables/nodePack/usePackInstall.test.ts
Sets up mocks for the manager store, i18n, and conflict hooks; tests isInstalling state and performInstallation/installAllPacks version selection and already-installed filtering.
Pack install conflict and error handling
src/workbench/extensions/manager/composables/nodePack/usePackInstall.test.ts
Tests conflict dialog triggering with fallback payload fields, dialog action install/clear logic, validation rejection, and cleanup during install failures.
Display packs scaffolding and tab filtering
src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts
Sets up mock reactive state and helpers; tests per-tab filtering rules, loading flag scoping, and fetch orchestration.
Display packs search filtering and sorting
src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts
Tests search-query-driven filtering per tab and sorting of installed packs by configured field.

Estimated code review effort: 2 (Simple) | ~15 minutes

Related issues: None specified

Related PRs: None specified

Suggested labels: tests

Suggested reviewers: None specified

🐰 Three test files hop into view,
Mocking parsers old and new,
Packs conflict, then resolve with grace,
Filters sort each display case,
No bugs found — just tests, all through.

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the main test-only coverage additions in the PR.
Description check ✅ Passed The description follows the template closely with Summary, Changes, and Review Focus sections filled in appropriately.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
End-To-End Regression Coverage For Fixes ✅ Passed PR title is test-focused, not bug-fix language, and the PR adds only test files under src/ with no bug-fix signal requiring browser_tests.
Adr Compliance For Entity/Litegraph Changes ✅ Passed No changed files are under src/lib/litegraph/, src/ecs/, or graph-entity paths; the PR is test-only, so ADR 0003/0008 checks don’t apply.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch shihchi/coverage-metadata-manager

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

🎭 Playwright: ✅ 1691 passed, 0 failed · 1 flaky

📊 Browser Reports
  • chromium: View Report (✅ 1670 / ❌ 0 / ⚠️ 1 / ⏭️ 5)
  • chromium-2x: View Report (✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • chromium-0.5x: View Report (✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • mobile-chrome: View Report (✅ 18 / ❌ 0 / ⚠️ 0 / ⏭️ 0)

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 07/01/2026, 05:38:54 AM UTC

Links

📦 Bundle: 7.77 MB gzip 🔴 +11 B

Details

Summary

  • Raw size: 32.8 MB baseline 32.8 MB — ⚪ 0 B
  • Gzip: 7.77 MB baseline 7.77 MB — 🔴 +11 B
  • Brotli: 5.34 MB baseline 5.34 MB — 🔴 +483 B
  • Bundles: 299 current • 299 baseline • 133 added / 133 removed

Category Glance
Vendor & Third-Party ⚪ 0 B (15.3 MB) · Other ⚪ 0 B (11.7 MB) · Utilities & Hooks ⚪ 0 B (3.37 MB) · Graph Workspace ⚪ 0 B (1.25 MB) · Panels & Settings ⚪ 0 B (546 kB) · Data & Services ⚪ 0 B (270 kB) · + 5 more

App Entry Points — 47.4 kB (baseline 47.4 kB) • ⚪ 0 B

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-BuxkJxEN.js (new) 47.4 kB 🔴 +47.4 kB 🔴 +13.9 kB 🔴 +12 kB
assets/index-CYpTkF7Y.js (removed) 47.4 kB 🟢 -47.4 kB 🟢 -13.9 kB 🟢 -12 kB

Status: 1 added / 1 removed

Graph Workspace — 1.25 MB (baseline 1.25 MB) • ⚪ 0 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-CehQjgW-.js (removed) 1.25 MB 🟢 -1.25 MB 🟢 -267 kB 🟢 -201 kB
assets/GraphView-CkYzcF7A.js (new) 1.25 MB 🔴 +1.25 MB 🔴 +267 kB 🔴 +201 kB

Status: 1 added / 1 removed

Views & Navigation — 97.7 kB (baseline 97.7 kB) • ⚪ 0 B

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-B3tksz1e.js (removed) 19.4 kB 🟢 -19.4 kB 🟢 -5.03 kB 🟢 -4.47 kB
assets/CloudSurveyView-Cdc_WMlu.js (new) 19.4 kB 🔴 +19.4 kB 🔴 +5.03 kB 🔴 +4.46 kB
assets/CloudLoginView-Bnlr1aF_.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.07 kB 🟢 -2.69 kB
assets/CloudLoginView-CD2qoRHQ.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.07 kB 🔴 +2.68 kB
assets/CloudSignupView-4qrB2qrU.js (new) 9.79 kB 🔴 +9.79 kB 🔴 +2.74 kB 🔴 +2.4 kB
assets/CloudSignupView-StDgn8Va.js (removed) 9.79 kB 🟢 -9.79 kB 🟢 -2.74 kB 🟢 -2.41 kB
assets/CloudLayoutView-Do9jD7FA.js (new) 9.36 kB 🔴 +9.36 kB 🔴 +2.34 kB 🔴 +2.03 kB
assets/CloudLayoutView-DUZ3ks2w.js (removed) 9.36 kB 🟢 -9.36 kB 🟢 -2.34 kB 🟢 -2.03 kB
assets/UserCheckView-CVeiXirq.js (removed) 8.8 kB 🟢 -8.8 kB 🟢 -2.22 kB 🟢 -1.93 kB
assets/UserCheckView-quGGPjsi.js (new) 8.8 kB 🔴 +8.8 kB 🔴 +2.22 kB 🔴 +1.93 kB
assets/CloudSubscriptionRedirectView-N4kAKLd3.js (removed) 6.63 kB 🟢 -6.63 kB 🟢 -2.46 kB 🟢 -2.15 kB
assets/CloudSubscriptionRedirectView-xiLMJWKF.js (new) 6.63 kB 🔴 +6.63 kB 🔴 +2.46 kB 🔴 +2.15 kB
assets/UserSelectView-B-Cb6wS1.js (removed) 6 kB 🟢 -6 kB 🟢 -2.15 kB 🟢 -1.88 kB
assets/UserSelectView-C5jRBfXm.js (new) 6 kB 🔴 +6 kB 🔴 +2.15 kB 🔴 +1.88 kB
assets/CloudForgotPasswordView-C_EI4h2C.js (new) 5.15 kB 🔴 +5.15 kB 🔴 +1.76 kB 🔴 +1.54 kB
assets/CloudForgotPasswordView-CzTH3DyA.js (removed) 5.15 kB 🟢 -5.15 kB 🟢 -1.76 kB 🟢 -1.54 kB
assets/CloudAuthTimeoutView-DI398VDy.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.58 kB 🟢 -1.37 kB
assets/CloudAuthTimeoutView-DmkzQ_Lz.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.58 kB 🔴 +1.37 kB

Status: 9 added / 9 removed / 3 unchanged

Panels & Settings — 546 kB (baseline 546 kB) • ⚪ 0 B

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-CoOUZDgZ.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.97 kB 🔴 +8.82 kB
assets/KeybindingPanel-CSQRDDLS.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.97 kB 🟢 -8.82 kB
assets/SecretsPanel-CNNaAHZn.js (removed) 24.2 kB 🟢 -24.2 kB 🟢 -5.77 kB 🟢 -5.07 kB
assets/SecretsPanel-COm1iZQ9.js (new) 24.2 kB 🔴 +24.2 kB 🔴 +5.77 kB 🔴 +5.07 kB
assets/CreditsPanel-21xYB1_o.js (new) 15.6 kB 🔴 +15.6 kB 🔴 +4.61 kB 🔴 +4.05 kB
assets/CreditsPanel-Cnk-e2V_.js (removed) 15.6 kB 🟢 -15.6 kB 🟢 -4.61 kB 🟢 -4.04 kB
assets/AboutPanel-1uuBZRii.js (removed) 12 kB 🟢 -12 kB 🟢 -3.29 kB 🟢 -2.94 kB
assets/AboutPanel-BDjqGv42.js (new) 12 kB 🔴 +12 kB 🔴 +3.29 kB 🔴 +2.93 kB
assets/SubscriptionPanel-CkNrJVzQ.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.51 kB 🔴 +3.08 kB
assets/SubscriptionPanel-DjaJK0dv.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.52 kB 🟢 -3.09 kB
assets/ExtensionPanel-C6NDhxjr.js (new) 9.03 kB 🔴 +9.03 kB 🔴 +2.5 kB 🔴 +2.2 kB
assets/ExtensionPanel-CkTSAOO5.js (removed) 9.03 kB 🟢 -9.03 kB 🟢 -2.5 kB 🟢 -2.2 kB
assets/ServerConfigPanel-C1Rrwo05.js (removed) 6.15 kB 🟢 -6.15 kB 🟢 -1.98 kB 🟢 -1.76 kB
assets/ServerConfigPanel-k9HISoLY.js (new) 6.15 kB 🔴 +6.15 kB 🔴 +1.97 kB 🔴 +1.76 kB
assets/UserPanel-BCk5PxwU.js (new) 5.78 kB 🔴 +5.78 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/UserPanel-NOf0JEUX.js (removed) 5.78 kB 🟢 -5.78 kB 🟢 -1.82 kB 🟢 -1.57 kB
assets/refreshRemoteConfig-B3E52fLt.js (removed) 2.73 kB 🟢 -2.73 kB 🟢 -1.22 kB 🟢 -1.07 kB
assets/refreshRemoteConfig-CmvigRB0.js (new) 2.73 kB 🔴 +2.73 kB 🔴 +1.22 kB 🔴 +1.08 kB
assets/cloudRemoteConfig-cm3f3rXx.js (removed) 990 B 🟢 -990 B 🟢 -541 B 🟢 -461 B
assets/cloudRemoteConfig-yNK8aAsG.js (new) 990 B 🔴 +990 B 🔴 +543 B 🔴 +467 B
assets/refreshRemoteConfig-BoY4nTCN.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +87 B
assets/refreshRemoteConfig-Bz8oRkHK.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -83 B

Status: 11 added / 11 removed / 16 unchanged

User & Accounts — 26.9 kB (baseline 26.9 kB) • ⚪ 0 B

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-7nmlMDTo.js (removed) 10 kB 🟢 -10 kB 🟢 -3.46 kB 🟢 -3.04 kB
assets/SignUpForm-B9VR1Loi.js (new) 10 kB 🔴 +10 kB 🔴 +3.46 kB 🔴 +3.04 kB
assets/auth-Dp5xtfDd.js (new) 3.69 kB 🔴 +3.69 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/auth-nYW4Sn8G.js (removed) 3.69 kB 🟢 -3.69 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/usePostAuthRedirect-BqX-be2a.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.27 kB 🟢 -1.11 kB
assets/usePostAuthRedirect-Y2ApQNPz.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.28 kB 🔴 +1.11 kB
assets/UpdatePasswordContent-ClHulDXu.js (new) 1.92 kB 🔴 +1.92 kB 🔴 +878 B 🔴 +767 B
assets/UpdatePasswordContent-D9Cl-irU.js (removed) 1.92 kB 🟢 -1.92 kB 🟢 -876 B 🟢 -767 B
assets/authStore-Ba7RV9mb.js (new) 130 B 🔴 +130 B 🔴 +112 B 🔴 +116 B
assets/authStore-niJ-dnL0.js (removed) 130 B 🟢 -130 B 🟢 -112 B 🟢 -110 B
assets/workspaceAuthStore-CIIzce1b.js (removed) 110 B 🟢 -110 B 🟢 -104 B 🟢 -114 B
assets/workspaceAuthStore-CTQmOxJ-.js (new) 110 B 🔴 +110 B 🔴 +104 B 🔴 +111 B
assets/auth-5560Jros.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +80 B
assets/auth-DkPHXy5I.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -87 B

Status: 7 added / 7 removed / 3 unchanged

Editors & Dialogs — 117 kB (baseline 117 kB) • ⚪ 0 B

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-BXPefYQ8.js (removed) 90.5 kB 🟢 -90.5 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/ComfyHubPublishDialog-DTxYeXhX.js (new) 90.5 kB 🔴 +90.5 kB 🔴 +19.3 kB 🔴 +16.5 kB
assets/useShareDialog-9xG2Mr-s.js (removed) 23.7 kB 🟢 -23.7 kB 🟢 -5.59 kB 🟢 -4.97 kB
assets/useShareDialog-CpXNlKg9.js (new) 23.7 kB 🔴 +23.7 kB 🔴 +5.59 kB 🔴 +4.97 kB
assets/ComfyHubPublishDialog-Bal3WsFb.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +92 B
assets/ComfyHubPublishDialog-D_4mAmmG.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -92 B
assets/useSubscriptionDialog-705e7Kjr.js (new) 110 B 🔴 +110 B 🔴 +102 B 🔴 +91 B
assets/useSubscriptionDialog-Bo7Ux-Yf.js (removed) 110 B 🟢 -110 B 🟢 -102 B 🟢 -91 B

Status: 4 added / 4 removed / 1 unchanged

UI Components — 57.2 kB (baseline 57.2 kB) • ⚪ 0 B

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-CdYOXtjU.js (new) 13.6 kB 🔴 +13.6 kB 🔴 +3.82 kB 🔴 +3.41 kB
assets/ComfyQueueButton-CuQVXO0D.js (removed) 13.6 kB 🟢 -13.6 kB 🟢 -3.82 kB 🟢 -3.41 kB
assets/useTerminalTabs-C0dNeu3O.js (removed) 12.1 kB 🟢 -12.1 kB 🟢 -3.84 kB 🟢 -3.38 kB
assets/useTerminalTabs-CClNIAxo.js (new) 12.1 kB 🔴 +12.1 kB 🔴 +3.84 kB 🔴 +3.38 kB
assets/SubscribeButton-D9vzzIyh.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -1.04 kB 🟢 -907 B
assets/SubscribeButton-Q1hoTSRw.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +1.04 kB 🔴 +908 B
assets/cloudFeedbackTopbarButton-CHa38Dwr.js (new) 829 B 🔴 +829 B 🔴 +499 B 🔴 +449 B
assets/cloudFeedbackTopbarButton-DnWFCPPF.js (removed) 829 B 🟢 -829 B 🟢 -498 B 🟢 -452 B
assets/ComfyQueueButton-lO6Aicnj.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -92 B
assets/ComfyQueueButton-piHS7V35.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +92 B

Status: 5 added / 5 removed / 8 unchanged

Data & Services — 270 kB (baseline 270 kB) • ⚪ 0 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/load3dService-DhqGJIzd.js (removed) 126 kB 🟢 -126 kB 🟢 -27.8 kB 🟢 -23.5 kB
assets/load3dService-DNMq-4nD.js (new) 126 kB 🔴 +126 kB 🔴 +27.8 kB 🔴 +23.5 kB
assets/api-CAPnYIFR.js (removed) 91.9 kB 🟢 -91.9 kB 🟢 -25.3 kB 🟢 -21.6 kB
assets/api-X_hSThcK.js (new) 91.9 kB 🔴 +91.9 kB 🔴 +25.3 kB 🔴 +21.7 kB
assets/workflowShareService-QyWxDqxM.js (removed) 17 kB 🟢 -17 kB 🟢 -5.01 kB 🟢 -4.44 kB
assets/workflowShareService-yvWvIZ1D.js (new) 17 kB 🔴 +17 kB 🔴 +5.01 kB 🔴 +4.44 kB
assets/releaseStore-C34UQsCU.js (removed) 8.29 kB 🟢 -8.29 kB 🟢 -2.34 kB 🟢 -2.05 kB
assets/releaseStore-Cz_IYqz6.js (new) 8.29 kB 🔴 +8.29 kB 🔴 +2.34 kB 🔴 +2.04 kB
assets/keybindingService-C-fU4J_6.js (new) 7.46 kB 🔴 +7.46 kB 🔴 +1.92 kB 🔴 +1.64 kB
assets/keybindingService-dMeDpIKG.js (removed) 7.46 kB 🟢 -7.46 kB 🟢 -1.92 kB 🟢 -1.64 kB
assets/extensionStore-BIEqruAh.js (new) 5.29 kB 🔴 +5.29 kB 🔴 +1.86 kB 🔴 +1.57 kB
assets/extensionStore-CmQc0jMR.js (removed) 5.29 kB 🟢 -5.29 kB 🟢 -1.86 kB 🟢 -1.57 kB
assets/userStore-DsMTmknB.js (new) 2.42 kB 🔴 +2.42 kB 🔴 +932 B 🔴 +821 B
assets/userStore-DTIdjozm.js (removed) 2.42 kB 🟢 -2.42 kB 🟢 -931 B 🟢 -820 B
assets/audioService-BYeqwvhg.js (removed) 1.76 kB 🟢 -1.76 kB 🟢 -861 B 🟢 -747 B
assets/audioService-CUWFLuRj.js (new) 1.76 kB 🔴 +1.76 kB 🔴 +862 B 🔴 +749 B
assets/dialogService-CTi5llkW.js (removed) 100 B 🟢 -100 B 🟢 -99 B 🟢 -94 B
assets/dialogService-CUDBlKpC.js (new) 100 B 🔴 +100 B 🔴 +99 B 🔴 +97 B
assets/settingStore-BijzkkJs.js (removed) 98 B 🟢 -98 B 🟢 -98 B 🟢 -98 B
assets/settingStore-D5LaeH6b.js (new) 98 B 🔴 +98 B 🔴 +98 B 🔴 +101 B
assets/assetsStore-CjwoNnQW.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +100 B
assets/assetsStore-Dwri2rz8.js (removed) 96 B 🟢 -96 B 🟢 -97 B 🟢 -100 B
assets/releaseStore-BgdKLh-i.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -85 B
assets/releaseStore-DmfXn7p-.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +90 B
assets/api-BgTi7A8q.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B
assets/api-BRNll464.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B

Status: 13 added / 13 removed / 3 unchanged

Utilities & Hooks — 3.37 MB (baseline 3.37 MB) • ⚪ 0 B

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/promotionUtils-B59ETq5Q.js (new) 3.01 MB 🔴 +3.01 MB 🔴 +695 kB 🔴 +524 kB
assets/promotionUtils-DOLQ86OB.js (removed) 3.01 MB 🟢 -3.01 MB 🟢 -695 kB 🟢 -524 kB
assets/useConflictDetection-3YTihn9Q.js (new) 234 kB 🔴 +234 kB 🔴 +52.3 kB 🔴 +42.6 kB
assets/useConflictDetection-Cxk6uJ7l.js (removed) 234 kB 🟢 -234 kB 🟢 -52.3 kB 🟢 -42.6 kB
assets/useLoad3d-COBJ1C2O.js (removed) 25.5 kB 🟢 -25.5 kB 🟢 -5.76 kB 🟢 -5.1 kB
assets/useLoad3d-DoFG_Rz0.js (new) 25.5 kB 🔴 +25.5 kB 🔴 +5.76 kB 🔴 +5.1 kB
assets/useLoad3dViewer-C6A9RuJS.js (removed) 21.1 kB 🟢 -21.1 kB 🟢 -4.98 kB 🟢 -4.35 kB
assets/useLoad3dViewer-CFJ5ewpA.js (new) 21.1 kB 🔴 +21.1 kB 🔴 +4.98 kB 🔴 +4.35 kB
assets/useFeatureFlags-Ci0ZFmLw.js (removed) 5.55 kB 🟢 -5.55 kB 🟢 -1.7 kB 🟢 -1.46 kB
assets/useFeatureFlags-Dpds6KEA.js (new) 5.55 kB 🔴 +5.55 kB 🔴 +1.71 kB 🔴 +1.46 kB
assets/subscriptionCheckoutUtil-CvqT7c6C.js (new) 3.52 kB 🔴 +3.52 kB 🔴 +1.45 kB 🔴 +1.26 kB
assets/subscriptionCheckoutUtil-DEfcUKku.js (removed) 3.52 kB 🟢 -3.52 kB 🟢 -1.45 kB 🟢 -1.26 kB
assets/useSessionCookie-drjZGjyN.js (removed) 3.33 kB 🟢 -3.33 kB 🟢 -1.15 kB 🟢 -982 B
assets/useSessionCookie-HQcXjj2i.js (new) 3.33 kB 🔴 +3.33 kB 🔴 +1.15 kB 🔴 +980 B
assets/useDowngradeToPersonal-B__tsi51.js (removed) 3 kB 🟢 -3 kB 🟢 -1.18 kB 🟢 -1.02 kB
assets/useDowngradeToPersonal-B6rxBGJw.js (new) 3 kB 🔴 +3 kB 🔴 +1.19 kB 🔴 +1.05 kB
assets/assetPreviewUtil-BOSDNFXH.js (new) 2.41 kB 🔴 +2.41 kB 🔴 +1.01 kB 🔴 +882 B
assets/assetPreviewUtil-DOu8xpBu.js (removed) 2.41 kB 🟢 -2.41 kB 🟢 -1.01 kB 🟢 -876 B
assets/useUpstreamValue-DreN_8CH.js (removed) 2.04 kB 🟢 -2.04 kB 🟢 -794 B 🟢 -704 B
assets/useUpstreamValue-LcHo0ev3.js (new) 2.04 kB 🔴 +2.04 kB 🔴 +794 B 🔴 +703 B
assets/useWorkspaceTierLabel-Bt1GhKEr.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +854 B 🔴 +737 B
assets/useWorkspaceTierLabel-DfeZCL6p.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -854 B 🟢 -731 B
assets/useLoad3d-CslENi6o.js (new) 311 B 🔴 +311 B 🔴 +164 B 🔴 +146 B
assets/useLoad3d-HB_nppb6.js (removed) 311 B 🟢 -311 B 🟢 -164 B 🟢 -147 B
assets/useSessionCookie-A2CE-sqG.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -87 B
assets/useSessionCookie-BlhtX63n.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +83 B
assets/useFeatureFlags-B4Yg2fVM.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +74 B
assets/useFeatureFlags-DyMRyxGj.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -83 B
assets/useLoad3dViewer-BGazQ8Ha.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -86 B
assets/useLoad3dViewer-DC0dNOom.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +86 B
assets/useCurrentUser-BGX_8GPY.js (removed) 96 B 🟢 -96 B 🟢 -97 B 🟢 -85 B
assets/useCurrentUser-DdpLc3W2.js (new) 96 B 🔴 +96 B 🔴 +97 B 🔴 +88 B

Status: 16 added / 16 removed / 17 unchanged

Vendor & Third-Party — 15.3 MB (baseline 15.3 MB) • ⚪ 0 B

External libraries and shared vendor chunks

Status: 16 unchanged

Other — 11.7 MB (baseline 11.7 MB) • ⚪ 0 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-BXW6vU4j.js (new) 119 kB 🔴 +119 kB 🔴 +30.7 kB 🔴 +25.9 kB
assets/core-CoztTJ7h.js (removed) 119 kB 🟢 -119 kB 🟢 -30.7 kB 🟢 -25.9 kB
assets/WidgetSelect-DPBivepV.js (removed) 89 kB 🟢 -89 kB 🟢 -20 kB 🟢 -17.2 kB
assets/WidgetSelect-OoqqzTo_.js (new) 89 kB 🔴 +89 kB 🔴 +20 kB 🔴 +17.2 kB
assets/Load3DControls-Br_ejkN_.js (new) 46.8 kB 🔴 +46.8 kB 🔴 +7.56 kB 🔴 +6.62 kB
assets/Load3DControls-CtlqjSnp.js (removed) 46.8 kB 🟢 -46.8 kB 🟢 -7.56 kB 🟢 -6.61 kB
assets/SubscriptionTransitionPreviewWorkspace-CZVa8krr.js (removed) 45.7 kB 🟢 -45.7 kB 🟢 -9.48 kB 🟢 -8.38 kB
assets/SubscriptionTransitionPreviewWorkspace-DBP89Xzf.js (new) 45.7 kB 🔴 +45.7 kB 🔴 +9.48 kB 🔴 +8.37 kB
assets/SubscriptionRequiredDialogContentUnified-BzssNt2n.js (new) 41.2 kB 🔴 +41.2 kB 🔴 +9.15 kB 🔴 +7.97 kB
assets/SubscriptionRequiredDialogContentUnified-ceyiboGG.js (removed) 41.2 kB 🟢 -41.2 kB 🟢 -9.15 kB 🟢 -7.97 kB
assets/WorkspacePanelContent-BO2qV-oX.js (removed) 34.5 kB 🟢 -34.5 kB 🟢 -7.48 kB 🟢 -6.6 kB
assets/WorkspacePanelContent-XFfGSUti.js (new) 34.5 kB 🔴 +34.5 kB 🔴 +7.48 kB 🔴 +6.6 kB
assets/WidgetPainter-BxxjiXtM.js (removed) 32.7 kB 🟢 -32.7 kB 🟢 -7.9 kB 🟢 -7.01 kB
assets/WidgetPainter-D2xyiGd6.js (new) 32.7 kB 🔴 +32.7 kB 🔴 +7.9 kB 🔴 +6.99 kB
assets/Load3dViewerContent-BxzwFOn5.js (new) 30.9 kB 🔴 +30.9 kB 🔴 +6.3 kB 🔴 +5.47 kB
assets/Load3dViewerContent-U7ob3cRD.js (removed) 30.9 kB 🟢 -30.9 kB 🟢 -6.3 kB 🟢 -5.46 kB
assets/WidgetBoundingBoxes-Dz2_SI_a.js (removed) 28.6 kB 🟢 -28.6 kB 🟢 -7.9 kB 🟢 -7.01 kB
assets/WidgetBoundingBoxes-Zvw_oDk_.js (new) 28.6 kB 🔴 +28.6 kB 🔴 +7.9 kB 🔴 +7.01 kB
assets/SubscriptionRequiredDialogContent-5k-46qLB.js (removed) 26.8 kB 🟢 -26.8 kB 🟢 -6.63 kB 🟢 -5.85 kB
assets/SubscriptionRequiredDialogContent-D8hX8k1v.js (new) 26.8 kB 🔴 +26.8 kB 🔴 +6.63 kB 🔴 +5.85 kB
assets/SubscriptionPanelContentWorkspace-CLhFW3fr.js (removed) 24.8 kB 🟢 -24.8 kB 🟢 -5.78 kB 🟢 -5.06 kB
assets/SubscriptionPanelContentWorkspace-DODIhpiP.js (new) 24.8 kB 🔴 +24.8 kB 🔴 +5.78 kB 🔴 +5.07 kB
assets/SubscriptionRequiredDialogContentWorkspace-B6fHU1xb.js (removed) 24.6 kB 🟢 -24.6 kB 🟢 -5.65 kB 🟢 -4.97 kB
assets/SubscriptionRequiredDialogContentWorkspace-BQmwH9Mv.js (new) 24.6 kB 🔴 +24.6 kB 🔴 +5.66 kB 🔴 +4.96 kB
assets/WidgetImageCrop-CZ3WsSIn.js (new) 23.3 kB 🔴 +23.3 kB 🔴 +5.75 kB 🔴 +5.05 kB
assets/WidgetImageCrop-zgOR3IND.js (removed) 23.3 kB 🟢 -23.3 kB 🟢 -5.75 kB 🟢 -5.05 kB
assets/load3d-BEJPE0Eg.js (removed) 21.3 kB 🟢 -21.3 kB 🟢 -5.2 kB 🟢 -4.5 kB
assets/load3d-CEzohFb5.js (new) 21.3 kB 🔴 +21.3 kB 🔴 +5.19 kB 🔴 +4.5 kB
assets/CurrentUserPopoverWorkspace-BwTzlghU.js (new) 20.5 kB 🔴 +20.5 kB 🔴 +4.7 kB 🔴 +4.2 kB
assets/CurrentUserPopoverWorkspace-toOrYtJw.js (removed) 20.5 kB 🟢 -20.5 kB 🟢 -4.7 kB 🟢 -4.19 kB
assets/SignInContent-DHdpcgZW.js (removed) 20.1 kB 🟢 -20.1 kB 🟢 -5.07 kB 🟢 -4.43 kB
assets/SignInContent-DsQTL7Xd.js (new) 20.1 kB 🔴 +20.1 kB 🔴 +5.07 kB 🔴 +4.43 kB
assets/Load3D-DJQHu9IP.js (removed) 19.1 kB 🟢 -19.1 kB 🟢 -4.52 kB 🟢 -3.94 kB
assets/Load3D-DP3O5cZy.js (new) 19.1 kB 🔴 +19.1 kB 🔴 +4.52 kB 🔴 +3.94 kB
assets/WidgetInputNumber-CiJjllIW.js (new) 19 kB 🔴 +19 kB 🔴 +4.79 kB 🔴 +4.25 kB
assets/WidgetInputNumber-CmcMD3Ay.js (removed) 19 kB 🟢 -19 kB 🟢 -4.79 kB 🟢 -4.25 kB
assets/CreditsTile-Bq2CkRfx.js (new) 17 kB 🔴 +17 kB 🔴 +4.53 kB 🔴 +3.99 kB
assets/CreditsTile-Cx4odzqy.js (removed) 17 kB 🟢 -17 kB 🟢 -4.53 kB 🟢 -3.99 kB
assets/WidgetRecordAudio-BVJFhy36.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.63 kB 🔴 +4.14 kB
assets/WidgetRecordAudio-BWuOcPGd.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.63 kB 🟢 -4.14 kB
assets/WidgetRange-BtNZEeyH.js (new) 16.2 kB 🔴 +16.2 kB 🔴 +4.17 kB 🔴 +3.73 kB
assets/WidgetRange-DD0lzOZA.js (removed) 16.2 kB 🟢 -16.2 kB 🟢 -4.17 kB 🟢 -3.73 kB
assets/WaveAudioPlayer-Bip2VxL_.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.48 kB 🟢 -3.06 kB
assets/WaveAudioPlayer-BIrU8PbD.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.48 kB 🔴 +3.06 kB
assets/WidgetCurve-C5pPDKsa.js (new) 11.3 kB 🔴 +11.3 kB 🔴 +3.5 kB 🔴 +3.16 kB
assets/WidgetCurve-DgjJTM8C.js (removed) 11.3 kB 🟢 -11.3 kB 🟢 -3.5 kB 🟢 -3.16 kB
assets/TeamWorkspacesDialogContent-BI14-QJf.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +3 kB 🔴 +2.66 kB
assets/TeamWorkspacesDialogContent-K0u1acn4.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -3 kB 🟢 -2.66 kB
assets/Load3DConfiguration-C4dBy0tN.js (new) 9.02 kB 🔴 +9.02 kB 🔴 +2.67 kB 🔴 +2.35 kB
assets/Load3DConfiguration-w0bGoI5U.js (removed) 9.02 kB 🟢 -9.02 kB 🟢 -2.67 kB 🟢 -2.35 kB
assets/nodeTemplates-CH_mprtn.js (new) 8.33 kB 🔴 +8.33 kB 🔴 +2.88 kB 🔴 +2.53 kB
assets/nodeTemplates-Cj5bIPgb.js (removed) 8.33 kB 🟢 -8.33 kB 🟢 -2.88 kB 🟢 -2.55 kB
assets/onboardingCloudRoutes-DAQQhW7u.js (new) 8.28 kB 🔴 +8.28 kB 🔴 +2.59 kB 🔴 +2.21 kB
assets/onboardingCloudRoutes-eu-SyTGN.js (removed) 8.28 kB 🟢 -8.28 kB 🟢 -2.59 kB 🟢 -2.21 kB
assets/NightlySurveyController-B2woIJTn.js (new) 7.95 kB 🔴 +7.95 kB 🔴 +2.71 kB 🔴 +2.4 kB
assets/NightlySurveyController-bb6vuhAc.js (removed) 7.95 kB 🟢 -7.95 kB 🟢 -2.7 kB 🟢 -2.38 kB
assets/InviteMemberDialogContent-DPtRNAAQ.js (removed) 6.76 kB 🟢 -6.76 kB 🟢 -2.22 kB 🟢 -1.96 kB
assets/InviteMemberDialogContent-IYdu754v.js (new) 6.76 kB 🔴 +6.76 kB 🔴 +2.22 kB 🔴 +1.96 kB
assets/WidgetWithControl-CnapqLD1.js (new) 6.3 kB 🔴 +6.3 kB 🔴 +2.54 kB 🔴 +2.26 kB
assets/WidgetWithControl-DzRYIq7W.js (removed) 6.3 kB 🟢 -6.3 kB 🟢 -2.54 kB 🟢 -2.24 kB
assets/tierBenefits-lm9eL_pV.js (new) 5.94 kB 🔴 +5.94 kB 🔴 +1.9 kB 🔴 +1.65 kB
assets/tierBenefits-Pz862gB1.js (removed) 5.94 kB 🟢 -5.94 kB 🟢 -1.91 kB 🟢 -1.65 kB
assets/load3dPreviewExtensions-9R2M_pjL.js (new) 5.38 kB 🔴 +5.38 kB 🔴 +1.75 kB 🔴 +1.55 kB
assets/load3dPreviewExtensions-B3-GNcrS.js (removed) 5.38 kB 🟢 -5.38 kB 🟢 -1.75 kB 🟢 -1.55 kB
assets/FreeTierDialogContent-CfASO2bP.js (removed) 5.23 kB 🟢 -5.23 kB 🟢 -1.77 kB 🟢 -1.54 kB
assets/FreeTierDialogContent-DNCb6L1B.js (new) 5.23 kB 🔴 +5.23 kB 🔴 +1.77 kB 🔴 +1.56 kB
assets/CreateWorkspaceDialogContent-Bbg2Kzjv.js (removed) 5.19 kB 🟢 -5.19 kB 🟢 -1.83 kB 🟢 -1.58 kB
assets/CreateWorkspaceDialogContent-BwCbjSCO.js (new) 5.19 kB 🔴 +5.19 kB 🔴 +1.83 kB 🔴 +1.59 kB
assets/missingModelDownload-T-21HvRS.js (new) 5.07 kB 🔴 +5.07 kB 🔴 +1.98 kB 🔴 +1.73 kB
assets/missingModelDownload-tusNba-c.js (removed) 5.07 kB 🟢 -5.07 kB 🟢 -1.98 kB 🟢 -1.72 kB
assets/ChangeMemberRoleDialogContent-C_gRWtuI.js (removed) 5.04 kB 🟢 -5.04 kB 🟢 -1.67 kB 🟢 -1.46 kB
assets/ChangeMemberRoleDialogContent-CtBbUWcq.js (new) 5.04 kB 🔴 +5.04 kB 🔴 +1.67 kB 🔴 +1.46 kB
assets/EditWorkspaceDialogContent-BZMg49Sx.js (removed) 5 kB 🟢 -5 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/EditWorkspaceDialogContent-Du7zTp9h.js (new) 5 kB 🔴 +5 kB 🔴 +1.79 kB 🔴 +1.56 kB
assets/WidgetTextarea-CiVYtm3k.js (new) 4.86 kB 🔴 +4.86 kB 🔴 +1.9 kB 🔴 +1.66 kB
assets/WidgetTextarea-DFcrzBn0.js (removed) 4.86 kB 🟢 -4.86 kB 🟢 -1.9 kB 🟢 -1.66 kB
assets/saveMesh-Cg2Gp_gh.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.56 kB 🟢 -1.37 kB
assets/saveMesh-DDGjcMf1.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.56 kB 🔴 +1.38 kB
assets/Preview3d-C4GFEq-l.js (removed) 4.59 kB 🟢 -4.59 kB 🟢 -1.43 kB 🟢 -1.23 kB
assets/Preview3d-Ds2eFjd3.js (new) 4.59 kB 🔴 +4.59 kB 🔴 +1.43 kB 🔴 +1.25 kB
assets/ValueControlPopover-COq1vyc8.js (removed) 4.55 kB 🟢 -4.55 kB 🟢 -1.59 kB 🟢 -1.42 kB
assets/ValueControlPopover-LzKEDYFG.js (new) 4.55 kB 🔴 +4.55 kB 🔴 +1.59 kB 🔴 +1.42 kB
assets/CancelSubscriptionDialogContent-BFflfzyJ.js (removed) 4.54 kB 🟢 -4.54 kB 🟢 -1.65 kB 🟢 -1.44 kB
assets/CancelSubscriptionDialogContent-CUQzWXBC.js (new) 4.54 kB 🔴 +4.54 kB 🔴 +1.66 kB 🔴 +1.44 kB
assets/DeleteWorkspaceDialogContent-BDdk434g.js (new) 3.91 kB 🔴 +3.91 kB 🔴 +1.47 kB 🔴 +1.27 kB
assets/DeleteWorkspaceDialogContent-DsEBKIgM.js (removed) 3.91 kB 🟢 -3.91 kB 🟢 -1.47 kB 🟢 -1.27 kB
assets/LeaveWorkspaceDialogContent-C3SVSw46.js (removed) 3.73 kB 🟢 -3.73 kB 🟢 -1.42 kB 🟢 -1.22 kB
assets/LeaveWorkspaceDialogContent-C8nkiis9.js (new) 3.73 kB 🔴 +3.73 kB 🔴 +1.42 kB 🔴 +1.23 kB
assets/RemoveMemberDialogContent-CEBjlT3F.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.37 kB 🟢 -1.19 kB
assets/RemoveMemberDialogContent-kpMmKzZZ.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.37 kB 🔴 +1.19 kB
assets/RevokeInviteDialogContent-7OaqdZjg.js (new) 3.63 kB 🔴 +3.63 kB 🔴 +1.38 kB 🔴 +1.21 kB
assets/RevokeInviteDialogContent-DDsjDaCh.js (removed) 3.63 kB 🟢 -3.63 kB 🟢 -1.38 kB 🟢 -1.2 kB
assets/InviteMemberUpsellDialogContent-Carwfhtg.js (removed) 3.47 kB 🟢 -3.47 kB 🟢 -1.25 kB 🟢 -1.09 kB
assets/InviteMemberUpsellDialogContent-DO0YIeiK.js (new) 3.47 kB 🔴 +3.47 kB 🔴 +1.25 kB 🔴 +1.09 kB
assets/Media3DTop-BCCPGz-U.js (removed) 3.26 kB 🟢 -3.26 kB 🟢 -1.3 kB 🟢 -1.13 kB
assets/Media3DTop-DoB4bb_N.js (new) 3.26 kB 🔴 +3.26 kB 🔴 +1.3 kB 🔴 +1.13 kB
assets/GlobalToast-MOXlA4mB.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.26 kB 🔴 +1.09 kB
assets/GlobalToast-Qz_cVrGX.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.26 kB 🟢 -1.08 kB
assets/load3dAdvanced-Dnks1MiN.js (new) 2.87 kB 🔴 +2.87 kB 🔴 +1.13 kB 🔴 +982 B
assets/load3dAdvanced-gNdpIKUj.js (removed) 2.87 kB 🟢 -2.87 kB 🟢 -1.13 kB 🟢 -981 B
assets/SubscribeToRun-Ba33mgJ5.js (removed) 2.53 kB 🟢 -2.53 kB 🟢 -1.1 kB 🟢 -967 B
assets/SubscribeToRun-BbAiKeNR.js (new) 2.53 kB 🔴 +2.53 kB 🔴 +1.1 kB 🔴 +970 B
assets/graphHasMissingNodes-BjiLTKtI.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -908 B 🟢 -802 B
assets/graphHasMissingNodes-CVMGD5p8.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +909 B 🔴 +787 B
assets/MediaAudioTop-B-7PJ1jF.js (removed) 1.67 kB 🟢 -1.67 kB 🟢 -835 B 🟢 -696 B
assets/MediaAudioTop-XJQVFeb4.js (new) 1.67 kB 🔴 +1.67 kB 🔴 +837 B 🔴 +700 B
assets/CloudRunButtonWrapper-BH5Dks7j.js (new) 1.13 kB 🔴 +1.13 kB 🔴 +551 B 🔴 +520 B
assets/CloudRunButtonWrapper-D4Vpbttm.js (removed) 1.13 kB 🟢 -1.13 kB 🟢 -549 B 🟢 -513 B
assets/cloudSessionCookie-C2Z0XneE.js (new) 991 B 🔴 +991 B 🔴 +470 B 🔴 +421 B
assets/cloudSessionCookie-D-H6Ozqz.js (removed) 991 B 🟢 -991 B 🟢 -469 B 🟢 -399 B
assets/cloudBadges-BXS3p8JV.js (new) 973 B 🔴 +973 B 🔴 +551 B 🔴 +503 B
assets/cloudBadges-DgHStAFQ.js (removed) 973 B 🟢 -973 B 🟢 -550 B 🟢 -506 B
assets/Load3DAdvanced-Q2omdS3q.js (removed) 813 B 🟢 -813 B 🟢 -456 B 🟢 -411 B
assets/Load3DAdvanced-uMh4xoA3.js (new) 813 B 🔴 +813 B 🔴 +455 B 🔴 +409 B
assets/nightlyBadges-4zrl3Xfh.js (removed) 464 B 🟢 -464 B 🟢 -306 B 🟢 -254 B
assets/nightlyBadges-Cg8xdbsT.js (new) 464 B 🔴 +464 B 🔴 +305 B 🔴 +295 B
assets/missingModelDownload-BXEa33bg.js (new) 228 B 🔴 +228 B 🔴 +151 B 🔴 +129 B
assets/missingModelDownload-CHbIIgOH.js (removed) 228 B 🟢 -228 B 🟢 -147 B 🟢 -127 B
assets/SubscriptionPanelContentWorkspace-CdnYavxD.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +93 B
assets/SubscriptionPanelContentWorkspace-Dhcz7NzF.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -91 B
assets/Load3dViewerContent-Dhnbv5Hy.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -95 B
assets/Load3dViewerContent-Dqg3ny83.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +92 B
assets/Load3DAdvanced-4kPnqWVF.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +94 B
assets/Load3DAdvanced-COanbaOM.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -87 B
assets/WidgetLegacy-C6f-6qAL.js (removed) 119 B 🟢 -119 B 🟢 -108 B 🟢 -96 B
assets/WidgetLegacy-Cukxt2zK.js (new) 119 B 🔴 +119 B 🔴 +108 B 🔴 +96 B
assets/workflowDraftStoreV2-B14S75wp.js (removed) 113 B 🟢 -113 B 🟢 -105 B 🟢 -113 B
assets/workflowDraftStoreV2-DdJ6RpTx.js (new) 113 B 🔴 +113 B 🔴 +105 B 🔴 +117 B
assets/Load3D-B2KME8nT.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -82 B
assets/Load3D-DZCLiH8a.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +90 B
assets/changeTracker-CGi53BXX.js (removed) 93 B 🟢 -93 B 🟢 -95 B 🟢 -84 B
assets/changeTracker-DTQ-j-Nr.js (new) 93 B 🔴 +93 B 🔴 +95 B 🔴 +81 B

Status: 66 added / 66 removed / 99 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 57.7 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 56.3 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 59.5 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.3 MB heap
large-graph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 59.0 MB heap
large-graph-pan: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 77.6 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.0 MB heap
minimap-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 61.2 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 54.0 MB heap
subgraph-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 56.6 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 59.2 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 162ms TBT · 77.5 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.6 MB heap
vue-large-graph-idle: · 58.1 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 169.9 MB heap
vue-large-graph-pan: · 58.1 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 155.1 MB heap
workflow-execution: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 46.3 MB heap

⚠️ 2 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
minimap-idle: event listeners -197 6 -103% ⚠️ z=2.2
workflow-execution: task duration 214ms 221ms +3% ⚠️ z=9.0
All metrics
Metric Baseline PR (median) Δ Sig
canvas-idle: avg frame time 17ms 17ms +0% z=-0.1
canvas-idle: p95 frame time 17ms 17ms -0%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 9ms 9ms +3% z=-2.3
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 9 9 -6% z=-4.7
canvas-idle: task duration 388ms 417ms +7% z=0.7
canvas-idle: script duration 16ms 17ms +2% z=-3.9
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 53.7 MB 57.7 MB +7%
canvas-idle: DOM nodes 16 -290 -1913% z=-245.1
canvas-idle: event listeners 4 -199 -5075% z=-44.5
canvas-mouse-sweep: avg frame time 17ms 17ms -0% z=-0.4
canvas-mouse-sweep: p95 frame time 17ms 17ms +0%
canvas-mouse-sweep: layout duration 3ms 4ms +3% z=0.0
canvas-mouse-sweep: style recalc duration 40ms 41ms +4% z=-0.5
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 75 76 +1% z=-1.1
canvas-mouse-sweep: task duration 786ms 792ms +1% z=-1.3
canvas-mouse-sweep: script duration 123ms 123ms -0% z=-1.9
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 54.2 MB 56.3 MB +4%
canvas-mouse-sweep: DOM nodes -240 -90 -63% z=-58.9
canvas-mouse-sweep: event listeners -199 -98 -51% z=-25.4
canvas-zoom-sweep: avg frame time 17ms 17ms -0% z=-0.3
canvas-zoom-sweep: p95 frame time 17ms 17ms -0%
canvas-zoom-sweep: layout duration 1ms 1ms -1% z=-0.4
canvas-zoom-sweep: style recalc duration 18ms 21ms +16% z=1.0
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 31 33 +5% z=2.7
canvas-zoom-sweep: task duration 345ms 335ms -3% z=0.3
canvas-zoom-sweep: script duration 18ms 19ms +4% z=-2.8
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 64.3 MB 59.5 MB -8%
canvas-zoom-sweep: DOM nodes -220 -73 -67% z=-191.7
canvas-zoom-sweep: event listeners -184 -83 -55% z=-20.5
dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
dom-widget-clipping: p95 frame time 17ms 17ms -1%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 9ms 9ms -0% z=-1.0
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 11 12 +5% z=-3.2
dom-widget-clipping: task duration 378ms 377ms -0% z=0.8
dom-widget-clipping: script duration 58ms 61ms +6% z=-2.2
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 62.8 MB 63.3 MB +1%
dom-widget-clipping: DOM nodes -280 -133 -53% z=-109.0
dom-widget-clipping: event listeners -201 -102 -50% variance too high
large-graph-idle: avg frame time 17ms 17ms -0% z=-1.0
large-graph-idle: p95 frame time 17ms 17ms +0%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 10ms 12ms +20% z=0.1
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 9 10 +6% z=-6.7
large-graph-idle: task duration 563ms 550ms -2% z=0.1
large-graph-idle: script duration 95ms 95ms +0% z=-0.7
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 56.2 MB 59.0 MB +5%
large-graph-idle: DOM nodes -272 -268 -1% z=-323.8
large-graph-idle: event listeners -197 -163 -18% z=-30.9
large-graph-pan: avg frame time 17ms 17ms +0% z=0.3
large-graph-pan: p95 frame time 17ms 17ms -1%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 16ms 16ms -1% z=-1.7
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 67 67 +0% z=-4.0
large-graph-pan: task duration 1025ms 1049ms +2% z=-0.8
large-graph-pan: script duration 379ms 381ms +1% z=-1.3
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 77.2 MB 77.6 MB +1%
large-graph-pan: DOM nodes -279 -136 -51% z=-93.6
large-graph-pan: event listeners -197 -96 -52% z=-121.3
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms -1%
large-graph-zoom: layout duration 7ms 7ms +0%
large-graph-zoom: style recalc duration 17ms 16ms -4%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 63 63 +0%
large-graph-zoom: task duration 1288ms 1286ms -0%
large-graph-zoom: script duration 490ms 485ms -1%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 63.8 MB 65.0 MB +2%
large-graph-zoom: DOM nodes -282 -138 -51%
large-graph-zoom: event listeners 8 -94 -1269%
minimap-idle: avg frame time 17ms 17ms +0% z=0.7
minimap-idle: p95 frame time 17ms 17ms +1%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 8ms 9ms +20% z=-0.5
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 8 10 +25% z=0.6
minimap-idle: task duration 495ms 486ms -2% z=-0.9
minimap-idle: script duration 85ms 86ms +1% z=-1.3
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 58.0 MB 61.2 MB +5%
minimap-idle: DOM nodes -265 20 -108% z=0.6
minimap-idle: event listeners -197 6 -103% ⚠️ z=2.2
subgraph-dom-widget-clipping: avg frame time 17ms 17ms +0% z=-0.4
subgraph-dom-widget-clipping: p95 frame time 17ms 17ms -0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms +0%
subgraph-dom-widget-clipping: style recalc duration 12ms 12ms -1% z=-1.3
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 46 47 +2% z=-1.6
subgraph-dom-widget-clipping: task duration 399ms 386ms -3% z=0.4
subgraph-dom-widget-clipping: script duration 123ms 121ms -1% z=-1.1
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 64.0 MB 54.0 MB -16%
subgraph-dom-widget-clipping: DOM nodes -282 -129 -54% z=-135.1
subgraph-dom-widget-clipping: event listeners -195 -96 -51% z=-19.2
subgraph-idle: avg frame time 17ms 17ms +0% z=0.4
subgraph-idle: p95 frame time 17ms 17ms +1%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 11ms 10ms -6% z=-0.4
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 11 +10% z=0.2
subgraph-idle: task duration 345ms 369ms +7% z=-0.0
subgraph-idle: script duration 13ms 14ms +6% z=-2.4
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 55.8 MB 56.6 MB +1%
subgraph-idle: DOM nodes 20 -128 -738% z=-99.9
subgraph-idle: event listeners 4 -98 -2538% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms +0% z=0.4
subgraph-mouse-sweep: p95 frame time 17ms 17ms -0%
subgraph-mouse-sweep: layout duration 4ms 4ms +1% z=-0.7
subgraph-mouse-sweep: style recalc duration 39ms 40ms +1% z=-0.9
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 76 76 +0% z=-2.1
subgraph-mouse-sweep: task duration 719ms 744ms +3% z=-0.3
subgraph-mouse-sweep: script duration 95ms 96ms +0% z=-0.8
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 50.3 MB 59.2 MB +18%
subgraph-mouse-sweep: DOM nodes -233 -252 +8% z=-142.5
subgraph-mouse-sweep: event listeners -199 -199 +0% variance too high
subgraph-transition-enter: avg frame time 17ms 17ms +0%
subgraph-transition-enter: p95 frame time 17ms 17ms -1%
subgraph-transition-enter: layout duration 14ms 14ms +2%
subgraph-transition-enter: style recalc duration 28ms 29ms +2%
subgraph-transition-enter: layout count 4 4 +0%
subgraph-transition-enter: style recalc count 16 15 -6%
subgraph-transition-enter: task duration 708ms 714ms +1%
subgraph-transition-enter: script duration 26ms 25ms -4%
subgraph-transition-enter: TBT 158ms 162ms +3%
subgraph-transition-enter: heap used 73.4 MB 77.5 MB +6%
subgraph-transition-enter: DOM nodes 13833 13833 +0%
subgraph-transition-enter: event listeners 2533 2533 +0%
viewport-pan-sweep: avg frame time 17ms 17ms +0%
viewport-pan-sweep: p95 frame time 17ms 17ms +0%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 55ms 55ms +1%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 251 +0%
viewport-pan-sweep: task duration 3816ms 3923ms +3%
viewport-pan-sweep: script duration 1245ms 1326ms +6%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 67.6 MB 62.6 MB -7%
viewport-pan-sweep: DOM nodes -263 -265 +1%
viewport-pan-sweep: event listeners -118 -156 +32%
vue-large-graph-idle: avg frame time 17ms 17ms +0%
vue-large-graph-idle: p95 frame time 17ms 17ms +0%
vue-large-graph-idle: layout duration 0ms 0ms +0%
vue-large-graph-idle: style recalc duration 0ms 0ms +0%
vue-large-graph-idle: layout count 0 0 +0%
vue-large-graph-idle: style recalc count 0 0 +0%
vue-large-graph-idle: task duration 11789ms 12391ms +5%
vue-large-graph-idle: script duration 521ms 563ms +8%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 164.0 MB 169.9 MB +4%
vue-large-graph-idle: DOM nodes -3300 -3300 +0%
vue-large-graph-idle: event listeners -16368 -16378 +0%
vue-large-graph-pan: avg frame time 17ms 17ms +0%
vue-large-graph-pan: p95 frame time 17ms 17ms -0%
vue-large-graph-pan: layout duration 0ms 0ms +0%
vue-large-graph-pan: style recalc duration 17ms 18ms +4%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 65 69 +6%
vue-large-graph-pan: task duration 14008ms 14566ms +4%
vue-large-graph-pan: script duration 796ms 845ms +6%
vue-large-graph-pan: TBT 0ms 0ms +0%
vue-large-graph-pan: heap used 168.7 MB 155.1 MB -8%
vue-large-graph-pan: DOM nodes -8325 -3302 -60%
vue-large-graph-pan: event listeners -16372 -16375 +0%
workflow-execution: avg frame time 17ms 17ms -0% z=-0.4
workflow-execution: p95 frame time 17ms 17ms +0%
workflow-execution: layout duration 1ms 1ms -18% z=-3.0
workflow-execution: style recalc duration 24ms 24ms -1% z=-0.1
workflow-execution: layout count 5 4 -20% z=-1.7
workflow-execution: style recalc count 15 17 +10% z=-0.6
workflow-execution: task duration 214ms 221ms +3% ⚠️ z=9.0
workflow-execution: script duration 17ms 18ms +2% z=-3.8
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 46.2 MB 46.3 MB +0%
workflow-execution: DOM nodes -180 -174 -4% z=-47.0
workflow-execution: event listeners -132 -133 +1% z=-42.3
Historical variance (last 15 runs)
Metric μ σ CV
canvas-idle: avg frame time 17ms 0ms 0.0%
canvas-idle: layout duration 0ms 0ms 0.0%
canvas-idle: style recalc duration 11ms 1ms 8.2%
canvas-idle: layout count 0 0 0.0%
canvas-idle: style recalc count 11 1 5.0%
canvas-idle: task duration 395ms 31ms 7.9%
canvas-idle: script duration 25ms 2ms 8.8%
canvas-idle: TBT 0ms 0ms 0.0%
canvas-idle: DOM nodes 23 1 5.6%
canvas-idle: event listeners 12 5 40.9%
canvas-mouse-sweep: avg frame time 17ms 0ms 0.0%
canvas-mouse-sweep: layout duration 4ms 0ms 5.4%
canvas-mouse-sweep: style recalc duration 43ms 3ms 7.4%
canvas-mouse-sweep: layout count 12 0 0.0%
canvas-mouse-sweep: style recalc count 79 2 3.0%
canvas-mouse-sweep: task duration 865ms 58ms 6.7%
canvas-mouse-sweep: script duration 136ms 6ms 4.8%
canvas-mouse-sweep: TBT 0ms 0ms 0.0%
canvas-mouse-sweep: DOM nodes 62 3 4.2%
canvas-mouse-sweep: event listeners 8 4 49.4%
canvas-zoom-sweep: avg frame time 17ms 0ms 0.0%
canvas-zoom-sweep: layout duration 1ms 0ms 7.0%
canvas-zoom-sweep: style recalc duration 19ms 2ms 8.0%
canvas-zoom-sweep: layout count 6 0 0.0%
canvas-zoom-sweep: style recalc count 31 0 1.5%
canvas-zoom-sweep: task duration 327ms 23ms 7.1%
canvas-zoom-sweep: script duration 27ms 3ms 11.1%
canvas-zoom-sweep: TBT 0ms 0ms 0.0%
canvas-zoom-sweep: DOM nodes 79 1 1.0%
canvas-zoom-sweep: event listeners 24 5 21.8%
dom-widget-clipping: avg frame time 17ms 0ms 0.0%
dom-widget-clipping: layout duration 0ms 0ms 0.0%
dom-widget-clipping: style recalc duration 10ms 1ms 8.0%
dom-widget-clipping: layout count 0 0 0.0%
dom-widget-clipping: style recalc count 13 0 3.8%
dom-widget-clipping: task duration 365ms 16ms 4.5%
dom-widget-clipping: script duration 68ms 3ms 4.8%
dom-widget-clipping: TBT 0ms 0ms 0.0%
dom-widget-clipping: DOM nodes 22 1 6.4%
dom-widget-clipping: event listeners 8 6 81.2%
large-graph-idle: avg frame time 17ms 0ms 0.0%
large-graph-idle: layout duration 0ms 0ms 0.0%
large-graph-idle: style recalc duration 12ms 1ms 8.6%
large-graph-idle: layout count 0 0 0.0%
large-graph-idle: style recalc count 12 0 2.7%
large-graph-idle: task duration 542ms 54ms 10.0%
large-graph-idle: script duration 102ms 11ms 10.3%
large-graph-idle: TBT 0ms 0ms 0.0%
large-graph-idle: DOM nodes 25 1 3.7%
large-graph-idle: event listeners 26 6 23.2%
large-graph-pan: avg frame time 17ms 0ms 0.0%
large-graph-pan: layout duration 0ms 0ms 0.0%
large-graph-pan: style recalc duration 17ms 1ms 4.6%
large-graph-pan: layout count 0 0 0.0%
large-graph-pan: style recalc count 70 1 0.9%
large-graph-pan: task duration 1082ms 43ms 4.0%
large-graph-pan: script duration 408ms 20ms 4.8%
large-graph-pan: TBT 0ms 0ms 0.0%
large-graph-pan: DOM nodes 19 2 8.7%
large-graph-pan: event listeners 5 1 16.8%
minimap-idle: avg frame time 17ms 0ms 0.0%
minimap-idle: layout duration 0ms 0ms 0.0%
minimap-idle: style recalc duration 10ms 1ms 8.6%
minimap-idle: layout count 0 0 0.0%
minimap-idle: style recalc count 10 1 7.1%
minimap-idle: task duration 527ms 47ms 9.0%
minimap-idle: script duration 98ms 10ms 10.1%
minimap-idle: TBT 0ms 0ms 0.0%
minimap-idle: DOM nodes 19 1 7.1%
minimap-idle: event listeners 5 1 14.4%
subgraph-dom-widget-clipping: avg frame time 17ms 0ms 0.0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms 0.0%
subgraph-dom-widget-clipping: style recalc duration 13ms 1ms 7.4%
subgraph-dom-widget-clipping: layout count 0 0 0.0%
subgraph-dom-widget-clipping: style recalc count 48 1 1.2%
subgraph-dom-widget-clipping: task duration 378ms 18ms 4.9%
subgraph-dom-widget-clipping: script duration 128ms 6ms 4.9%
subgraph-dom-widget-clipping: TBT 0ms 0ms 0.0%
subgraph-dom-widget-clipping: DOM nodes 22 1 5.0%
subgraph-dom-widget-clipping: event listeners 16 6 36.0%
subgraph-idle: avg frame time 17ms 0ms 0.0%
subgraph-idle: layout duration 0ms 0ms 0.0%
subgraph-idle: style recalc duration 10ms 1ms 7.5%
subgraph-idle: layout count 0 0 0.0%
subgraph-idle: style recalc count 11 1 6.0%
subgraph-idle: task duration 370ms 31ms 8.5%
subgraph-idle: script duration 20ms 3ms 13.2%
subgraph-idle: TBT 0ms 0ms 0.0%
subgraph-idle: DOM nodes 22 1 6.9%
subgraph-idle: event listeners 10 7 64.5%
subgraph-mouse-sweep: avg frame time 17ms 0ms 0.0%
subgraph-mouse-sweep: layout duration 5ms 0ms 6.8%
subgraph-mouse-sweep: style recalc duration 42ms 3ms 7.8%
subgraph-mouse-sweep: layout count 16 0 0.0%
subgraph-mouse-sweep: style recalc count 80 2 2.4%
subgraph-mouse-sweep: task duration 766ms 69ms 9.0%
subgraph-mouse-sweep: script duration 101ms 7ms 6.5%
subgraph-mouse-sweep: TBT 0ms 0ms 0.0%
subgraph-mouse-sweep: DOM nodes 67 2 3.3%
subgraph-mouse-sweep: event listeners 8 4 52.6%
workflow-execution: avg frame time 17ms 0ms 0.0%
workflow-execution: layout duration 2ms 0ms 9.4%
workflow-execution: style recalc duration 24ms 2ms 9.1%
workflow-execution: layout count 5 1 11.0%
workflow-execution: style recalc count 18 2 11.5%
workflow-execution: task duration 123ms 11ms 8.8%
workflow-execution: script duration 29ms 3ms 10.2%
workflow-execution: TBT 0ms 0ms 0.0%
workflow-execution: DOM nodes 161 7 4.4%
workflow-execution: event listeners 52 4 8.4%
Trend (last 15 commits on main)
Metric Trend Dir Latest
canvas-idle: avg frame time ▆▃▆▁▆▃▆█▆▆▄▃▃▄▃ ➡️ 17ms
canvas-idle: p95 frame time ➡️ NaNms
canvas-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: style recalc duration ▇▇▆▆▃█▄▃▄▃▇▄▁▆▇ ➡️ 11ms
canvas-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
canvas-idle: style recalc count █▃▅▂▅▆▃▁▂▁▂▅▆▅▆ ➡️ 12
canvas-idle: task duration ▃▃▃▆▂▃▃▅▆▂█▃▁▃▃ ➡️ 391ms
canvas-idle: script duration ▄▃▅▇▂▅▃▆▇▅█▄▁▅▆ ➡️ 27ms
canvas-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: heap used ➡️ NaN MB
canvas-idle: DOM nodes █▇▆▅▃▇▃▁▂▂▅▆▆▆▇ ➡️ 24
canvas-idle: event listeners ▅█▅▄▁▅▁▁▁▄▅▅▁▅▄ 📉 11
canvas-mouse-sweep: avg frame time ▆█▆▃▁▃▁▆▆▁▃▆▆▃▃ ➡️ 17ms
canvas-mouse-sweep: p95 frame time ➡️ NaNms
canvas-mouse-sweep: layout duration ▁▃▂▄▁▂▁▃▆▂█▇▆▄▃ ➡️ 4ms
canvas-mouse-sweep: style recalc duration ▄▄▂▄▁▂▃▃▅▄█▆▂▄▄ ➡️ 43ms
canvas-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 12
canvas-mouse-sweep: style recalc count █▅▄▃▂▂▁▄▄▅▆▅▂▇▄ ➡️ 79
canvas-mouse-sweep: task duration █▆▄▂▂▃▂▄▄▅█▆▁▆▄ ➡️ 868ms
canvas-mouse-sweep: script duration ▄▅▄▆▄▆▆▆▅▅█▆▁▅▆ ➡️ 139ms
canvas-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-mouse-sweep: heap used ➡️ NaN MB
canvas-mouse-sweep: DOM nodes █▅▃▃▁▂▂▃▂▄▆▅▃▅▅ ➡️ 64
canvas-mouse-sweep: event listeners █▁▁▁▁▁▇▁▁▁██▇▁█ 📈 13
canvas-zoom-sweep: avg frame time ▅▅█▄▅▁▁▁▅▁▁▅▄▅▁ ➡️ 17ms
canvas-zoom-sweep: p95 frame time ➡️ NaNms
canvas-zoom-sweep: layout duration ▆▅▅▄▁▁█▅▃▅▇▆▁▂▆ ➡️ 1ms
canvas-zoom-sweep: style recalc duration ▆▅▄▆▅▃█▆▇▅▇▄▁▃▅ ➡️ 20ms
canvas-zoom-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 6
canvas-zoom-sweep: style recalc count ▁▁▃▄▆▃▆█▄▄▆▁▆▁▆ ➡️ 32
canvas-zoom-sweep: task duration ▄▂▁▇▂▂▄▅▆▃█▄▁▁▅ ➡️ 338ms
canvas-zoom-sweep: script duration ▃▃▂▇▂▂▅▇▆▅█▄▁▂▆ ➡️ 30ms
canvas-zoom-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-zoom-sweep: heap used ➡️ NaN MB
canvas-zoom-sweep: DOM nodes ▄▃▁▅█▁▃▆▄▅▅▃▃▄▃ ➡️ 79
canvas-zoom-sweep: event listeners ▁▁▂▅█▂▁▅▁▅▅▄▁▅▁ ➡️ 19
dom-widget-clipping: avg frame time ▂▄▅▅▂▄█▇▅▇▇▅▅▁▇ ➡️ 17ms
dom-widget-clipping: p95 frame time ➡️ NaNms
dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: style recalc duration ▆▆▂▆▄▃██▄▁▆▇▆▃▅ ➡️ 10ms
dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
dom-widget-clipping: style recalc count ▇█▅█▅▄█▇▇▁▇▄▇▂▅ ➡️ 13
dom-widget-clipping: task duration ▃▃▁▅▄▃▅▆▅▂▇█▁▅▅ ➡️ 371ms
dom-widget-clipping: script duration ▅▄▄▆▆▅▇▇▆▃█▇▁▇▇ ➡️ 71ms
dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: heap used ➡️ NaN MB
dom-widget-clipping: DOM nodes ▇▇▄▇▅▄█▇▅▁▅▄▇▃▄ ➡️ 21
dom-widget-clipping: event listeners ▅▅▅▅▁▅██▁▁▁▁█▁▁ 📉 2
large-graph-idle: avg frame time ▅▅▅▅▅▂▁▂▄▅▄▂▂▅█ ➡️ 17ms
large-graph-idle: p95 frame time ➡️ NaNms
large-graph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: style recalc duration ▅▅▅▆▄▅▃▄▅▅▆█▁▄▆ ➡️ 13ms
large-graph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-idle: style recalc count █▆█▃▃▁▃▆▃▆▆▃▆██ ➡️ 12
large-graph-idle: task duration ▂▃▂▆▂▃▃▇▅▃██▁▂▅ ➡️ 569ms
large-graph-idle: script duration ▄▅▄▆▄▅▅▇▆▅█▆▁▃▆ ➡️ 110ms
large-graph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: heap used ➡️ NaN MB
large-graph-idle: DOM nodes ▆█▅▂▅▃▁▂▃▅▅▆▂▆▅ ➡️ 25
large-graph-idle: event listeners ███▇██▄▁▄▇▇█▂█▇ ➡️ 29
large-graph-pan: avg frame time ▆▃▃▆█▃▁█▆▆▆▆█▁▆ ➡️ 17ms
large-graph-pan: p95 frame time ➡️ NaNms
large-graph-pan: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: style recalc duration ▃▂▄▄▁▅▂▂▁▄▄█▃▁▂ ➡️ 17ms
large-graph-pan: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-pan: style recalc count ▆▃█▂▃▂▂▂▁▇▅▃█▆▃ ➡️ 69
large-graph-pan: task duration ▄▃▄▆▄▄▄▆▄▄█▆▁▂▅ ➡️ 1100ms
large-graph-pan: script duration ▅▄▅▆▆▅▄▆▄▅█▄▁▄▅ ➡️ 413ms
large-graph-pan: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: heap used ➡️ NaN MB
large-graph-pan: DOM nodes ▅▃▆▂▄▁▃▁▁▅▁▂█▅▂ ➡️ 18
large-graph-pan: event listeners █▆█▁▁▆▁▁▃▆▁▃██▃ ➡️ 5
minimap-idle: avg frame time ▃▆▆▃█▁█▆▆▃▃▆█▆█ ➡️ 17ms
minimap-idle: p95 frame time ➡️ NaNms
minimap-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: style recalc duration ▄█▁█▅▅█▅▅▃▅▁▁▄▆ ➡️ 10ms
minimap-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
minimap-idle: style recalc count ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 9
minimap-idle: task duration ▃▄▁▅▁▃▄▅▇▃█▅▁▁▅ ➡️ 547ms
minimap-idle: script duration ▄▆▃▇▃▅▆▆▇▅█▅▁▃▆ ➡️ 106ms
minimap-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: heap used ➡️ NaN MB
minimap-idle: DOM nodes ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 19
minimap-idle: event listeners ▃▃▆▁▁▁▃▁▁▆▁▃█▆▁ ➡️ 4
subgraph-dom-widget-clipping: avg frame time ▅▄▄▄▄▄█▄▄▄▃▁▆▃▃ ➡️ 17ms
subgraph-dom-widget-clipping: p95 frame time ➡️ NaNms
subgraph-dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: style recalc duration ▂▄▃▅▅▃▂▅▇▃▄█▁▄▆ ➡️ 14ms
subgraph-dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-dom-widget-clipping: style recalc count ▇█▆▃▆▃▁▆█▇▃▆▇█▅ ➡️ 48
subgraph-dom-widget-clipping: task duration ▂▃▃▆▅▅▂▅█▂▆█▁▂▇ ➡️ 398ms
subgraph-dom-widget-clipping: script duration ▃▃▃▄▅▅▂▄█▂▅▇▁▂▅ ➡️ 131ms
subgraph-dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: heap used ➡️ NaN MB
subgraph-dom-widget-clipping: DOM nodes ▅▇▅▂▅▂▁▅▅▅▁▇▅█▄ ➡️ 22
subgraph-dom-widget-clipping: event listeners ▅▅▅▂▅▁▅██▁▁█▅█▅ 📈 16
subgraph-idle: avg frame time ▆▆█▁▆▃▆▆▆▃▆▁▃▆█ ➡️ 17ms
subgraph-idle: p95 frame time ➡️ NaNms
subgraph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: style recalc duration ▁▇▃▆▂▄▂▃▃▆▆▄▃▇█ ➡️ 12ms
subgraph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-idle: style recalc count ▃▆▃▃▂▅▁▂▁▆▃▃██▇ ➡️ 12
subgraph-idle: task duration ▁▃▁▇▁▁▃▆▅▂█▅▁▁▄ ➡️ 378ms
subgraph-idle: script duration ▁▃▂▇▁▂▃▇▆▂█▅▂▁▅ ➡️ 22ms
subgraph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: heap used ➡️ NaN MB
subgraph-idle: DOM nodes ▃▅▃▂▁▄▁▂▁▅▃▂▇█▇ ➡️ 24
subgraph-idle: event listeners ▁▅▁▁▁▁▁▁▁▅▄▁███ 📈 21
subgraph-mouse-sweep: avg frame time ▅▄▁▃▃▄▆▄▆▃▃█▁▃▃ ➡️ 17ms
subgraph-mouse-sweep: p95 frame time ➡️ NaNms
subgraph-mouse-sweep: layout duration ▁▄▄▄▃▃▅▅▅▂█▇▂▃▆ ➡️ 5ms
subgraph-mouse-sweep: style recalc duration ▃▂▄▅▂▃▄▅█▃█▆▁▂▅ ➡️ 43ms
subgraph-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 16
subgraph-mouse-sweep: style recalc count ▅▂▅▅▁▄▃▅█▅▆▄▂▄▅ ➡️ 81
subgraph-mouse-sweep: task duration ▃▂▄▅▂▄▄▅▇▄█▆▁▃▅ ➡️ 785ms
subgraph-mouse-sweep: script duration ▄▅▄▇▅▅▆▇▆▅██▁▄▆ ➡️ 105ms
subgraph-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-mouse-sweep: heap used ➡️ NaN MB
subgraph-mouse-sweep: DOM nodes ▅▁▄▅▁▄▃▃█▅▅▄▂▅▃ ➡️ 66
subgraph-mouse-sweep: event listeners ▇▁▂▇▁▂▂▂█▇▂▂▇▇▂ 📈 5
workflow-execution: avg frame time ▆▆▆▄▆▆▃▄▁▄█▆▅▄▆ ➡️ 17ms
workflow-execution: p95 frame time ➡️ NaNms
workflow-execution: layout duration ▁▆▁▃▂▄▃▂▃▃▅█▄▂▅ ➡️ 2ms
workflow-execution: style recalc duration ▃▇▅▇▁▅▆▇█▁██▂▄▆ ➡️ 25ms
workflow-execution: layout count ▁█▂▃▂▃▃▁▃▃▄▃▂▃▂ ➡️ 5
workflow-execution: style recalc count ▃█▅▇▁▄▅▆▅▅▅▅▄▄▂ ➡️ 15
workflow-execution: task duration ▂▅▄▅▁▄▆▆▆▁▇█▁▃▃ ➡️ 120ms
workflow-execution: script duration ▄▃▄▄▃▅▄▅▆▂▇█▁▃▄ ➡️ 29ms
workflow-execution: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
workflow-execution: heap used ➡️ NaN MB
workflow-execution: DOM nodes ▂█▃▆▁▄▃▅▃█▃▃▄▃▁ ➡️ 152
workflow-execution: event listeners ▅███▁▅███▁██▅█▅ ➡️ 49
Raw data
{
  "timestamp": "2026-07-01T05:57:41.012Z",
  "gitSha": "0012dbe792429126211246b221ee962aa3018fbe",
  "branch": "shihchi/coverage-metadata-manager",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2041.5640000000224,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 9.046,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 446.13900000000007,
      "heapDeltaBytes": -3329720,
      "heapUsedBytes": 49590152,
      "domNodes": -290,
      "jsHeapTotalBytes": 17690624,
      "scriptDurationMs": 17.163,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-idle",
      "durationMs": 2038.4770000000003,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 8.589,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 388.08799999999997,
      "heapDeltaBytes": 19852640,
      "heapUsedBytes": 71470792,
      "domNodes": -290,
      "jsHeapTotalBytes": 16117760,
      "scriptDurationMs": 16.204000000000004,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1814.185999999978,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 42.814,
      "layouts": 12,
      "layoutDurationMs": 3.4579999999999997,
      "taskDurationMs": 829.548,
      "heapDeltaBytes": -13078312,
      "heapUsedBytes": 56377772,
      "domNodes": -238,
      "jsHeapTotalBytes": 19558400,
      "scriptDurationMs": 123.55700000000002,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1843.2700000000182,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 39.521,
      "layouts": 12,
      "layoutDurationMs": 3.773,
      "taskDurationMs": 754.104,
      "heapDeltaBytes": -1539160,
      "heapUsedBytes": 61759060,
      "domNodes": 58,
      "jsHeapTotalBytes": 15990784,
      "scriptDurationMs": 122.45000000000002,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1729.5070000000123,
      "styleRecalcs": 32,
      "styleRecalcDurationMs": 18.605999999999998,
      "layouts": 6,
      "layoutDurationMs": 0.6950000000000001,
      "taskDurationMs": 359.379,
      "heapDeltaBytes": -3663448,
      "heapUsedBytes": 65691892,
      "domNodes": -224,
      "jsHeapTotalBytes": 13791232,
      "scriptDurationMs": 18.953999999999997,
      "eventListeners": -184,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1739.8959999999306,
      "styleRecalcs": 33,
      "styleRecalcDurationMs": 22.75,
      "layouts": 6,
      "layoutDurationMs": 0.5509999999999998,
      "taskDurationMs": 310.168,
      "heapDeltaBytes": 1494020,
      "heapUsedBytes": 59078200,
      "domNodes": 79,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 18.636,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 592.376999999999,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 9.061,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 360.738,
      "heapDeltaBytes": 6028544,
      "heapUsedBytes": 60671760,
      "domNodes": 20,
      "jsHeapTotalBytes": 10747904,
      "scriptDurationMs": 63.664,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 624.7899999999618,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 9.072000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 394.02700000000004,
      "heapDeltaBytes": 2697308,
      "heapUsedBytes": 72087064,
      "domNodes": -285,
      "jsHeapTotalBytes": 6189056,
      "scriptDurationMs": 57.83699999999999,
      "eventListeners": -203,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2020.2859999999987,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 10.357999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 559.7970000000001,
      "heapDeltaBytes": 4619068,
      "heapUsedBytes": 64722376,
      "domNodes": -264,
      "jsHeapTotalBytes": 3432448,
      "scriptDurationMs": 97.28300000000002,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2065.242000000012,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 14.383,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 540.242,
      "heapDeltaBytes": -551820,
      "heapUsedBytes": 58925992,
      "domNodes": -272,
      "jsHeapTotalBytes": -1605632,
      "scriptDurationMs": 92.708,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2057.7590000000328,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 14.762,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1037.2379999999998,
      "heapDeltaBytes": 26909496,
      "heapUsedBytes": 81559600,
      "domNodes": 8,
      "jsHeapTotalBytes": 1515520,
      "scriptDurationMs": 384.007,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2095.234000000005,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 17.088,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1059.802,
      "heapDeltaBytes": 20669088,
      "heapUsedBytes": 81257496,
      "domNodes": -279,
      "jsHeapTotalBytes": -352256,
      "scriptDurationMs": 378.915,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3097.295000000031,
      "styleRecalcs": 63,
      "styleRecalcDurationMs": 16.674000000000003,
      "layouts": 60,
      "layoutDurationMs": 7.311999999999999,
      "taskDurationMs": 1286.211,
      "heapDeltaBytes": 13586092,
      "heapUsedBytes": 69444576,
      "domNodes": 8,
      "jsHeapTotalBytes": 0,
      "scriptDurationMs": 478.294,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3111.2549999999715,
      "styleRecalcs": 63,
      "styleRecalcDurationMs": 15.740999999999998,
      "layouts": 60,
      "layoutDurationMs": 7.188,
      "taskDurationMs": 1285.111,
      "heapDeltaBytes": 13627496,
      "heapUsedBytes": 66921840,
      "domNodes": -283,
      "jsHeapTotalBytes": 0,
      "scriptDurationMs": 491.93800000000005,
      "eventListeners": -195,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 1994.2819999999983,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 9.691000000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 485.58599999999996,
      "heapDeltaBytes": -9362888,
      "heapUsedBytes": 64437024,
      "domNodes": 20,
      "jsHeapTotalBytes": 8269824,
      "scriptDurationMs": 84.745,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "minimap-idle",
      "durationMs": 2019.369000000097,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.589,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 487.126,
      "heapDeltaBytes": -9280016,
      "heapUsedBytes": 63889012,
      "domNodes": 20,
      "jsHeapTotalBytes": 9842688,
      "scriptDurationMs": 86.579,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 587.3090000000047,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 11.274000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 366.607,
      "heapDeltaBytes": 9368156,
      "heapUsedBytes": 66946112,
      "domNodes": 20,
      "jsHeapTotalBytes": 15990784,
      "scriptDurationMs": 125.55,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 622.3720000000412,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 11.754,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 405.26399999999995,
      "heapDeltaBytes": -23022396,
      "heapUsedBytes": 46385188,
      "domNodes": -278,
      "jsHeapTotalBytes": 6713344,
      "scriptDurationMs": 117.19300000000001,
      "eventListeners": -197,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.663333333333338,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2038.3339999999919,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 9.792,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 393.318,
      "heapDeltaBytes": -7981320,
      "heapUsedBytes": 61551804,
      "domNodes": -277,
      "jsHeapTotalBytes": 19296256,
      "scriptDurationMs": 14.109,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-idle",
      "durationMs": 1996.849999999995,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 10.346999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 343.952,
      "heapDeltaBytes": -1889656,
      "heapUsedBytes": 57176832,
      "domNodes": 22,
      "jsHeapTotalBytes": 25165824,
      "scriptDurationMs": 13.68,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1726.0630000000106,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 38.462,
      "layouts": 16,
      "layoutDurationMs": 4.644,
      "taskDurationMs": 740.689,
      "heapDeltaBytes": 19101780,
      "heapUsedBytes": 71684088,
      "domNodes": -262,
      "jsHeapTotalBytes": 17428480,
      "scriptDurationMs": 96.275,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1744.9510000000146,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 40.812,
      "layouts": 16,
      "layoutDurationMs": 4.303000000000001,
      "taskDurationMs": 746.886,
      "heapDeltaBytes": -17025376,
      "heapUsedBytes": 52447428,
      "domNodes": -241,
      "jsHeapTotalBytes": 19820544,
      "scriptDurationMs": 94.829,
      "eventListeners": -199,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 930.6709999999612,
      "styleRecalcs": 15,
      "styleRecalcDurationMs": 28.618,
      "layouts": 4,
      "layoutDurationMs": 13.963999999999997,
      "taskDurationMs": 713.815,
      "heapDeltaBytes": 4403408,
      "heapUsedBytes": 81269724,
      "domNodes": 13833,
      "jsHeapTotalBytes": 16515072,
      "scriptDurationMs": 24.701,
      "eventListeners": 2533,
      "totalBlockingTimeMs": 162,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8212.481999999965,
      "styleRecalcs": 251,
      "styleRecalcDurationMs": 55.52,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3866.2340000000004,
      "heapDeltaBytes": -1427096,
      "heapUsedBytes": 65680096,
      "domNodes": -267,
      "jsHeapTotalBytes": 991232,
      "scriptDurationMs": 1250.156,
      "eventListeners": -183,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8250.041000000067,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 54.38999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3980.304,
      "heapDeltaBytes": -8699112,
      "heapUsedBytes": 65602720,
      "domNodes": -263,
      "jsHeapTotalBytes": 8941568,
      "scriptDurationMs": 1401.127,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 12564.179000000024,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 12540.608,
      "heapDeltaBytes": -57170080,
      "heapUsedBytes": 170809056,
      "domNodes": -3300,
      "jsHeapTotalBytes": 3903488,
      "scriptDurationMs": 572.751,
      "eventListeners": -16378,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.223333333333358,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 12252.287000000024,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 12241.483,
      "heapDeltaBytes": -27430764,
      "heapUsedBytes": 185444532,
      "domNodes": -3300,
      "jsHeapTotalBytes": 1806336,
      "scriptDurationMs": 553.198,
      "eventListeners": -16378,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.223333333333358,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 14271.119999999995,
      "styleRecalcs": 66,
      "styleRecalcDurationMs": 17.00999999999997,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 14250.824000000002,
      "heapDeltaBytes": -53703304,
      "heapUsedBytes": 157189792,
      "domNodes": -3300,
      "jsHeapTotalBytes": -2650112,
      "scriptDurationMs": 858.7739999999999,
      "eventListeners": -16376,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.220000000000073,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 14901.343999999994,
      "styleRecalcs": 72,
      "styleRecalcDurationMs": 17.99900000000004,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 14880.299,
      "heapDeltaBytes": -39881576,
      "heapUsedBytes": 168168444,
      "domNodes": -3304,
      "jsHeapTotalBytes": 20418560,
      "scriptDurationMs": 832.0029999999999,
      "eventListeners": -16374,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.223333333333237,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "workflow-execution",
      "durationMs": 479.2879999999968,
      "styleRecalcs": 17,
      "styleRecalcDurationMs": 23.650000000000006,
      "layouts": 4,
      "layoutDurationMs": 1.1260000000000003,
      "taskDurationMs": 217.393,
      "heapDeltaBytes": -21947340,
      "heapUsedBytes": 48650212,
      "domNodes": -166,
      "jsHeapTotalBytes": 5140480,
      "scriptDurationMs": 16.976,
      "eventListeners": -134,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 470.5940000000055,
      "styleRecalcs": 16,
      "styleRecalcDurationMs": 24.482000000000003,
      "layouts": 4,
      "layoutDurationMs": 1.1049999999999998,
      "taskDurationMs": 223.729,
      "heapDeltaBytes": -22220932,
      "heapUsedBytes": 48426192,
      "domNodes": -181,
      "jsHeapTotalBytes": 4616192,
      "scriptDurationMs": 18.652,
      "eventListeners": -132,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    }
  ]
}

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

🎨 Storybook: 🚧 Building...

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

🌐 Website E2E

Note

Tests are running… View workflow run

🔗 Website Preview

Website Preview: https://comfy-website-preview-pr-13334.vercel.app

This commit: https://website-frontend-lk5ovi0z2-comfyui.vercel.app

Last updated: 2026-07-01T05:36:47Z for 459eceb

@huang47 huang47 force-pushed the shihchi/coverage-metadata-manager branch from 459eceb to e2fe1c3 Compare July 1, 2026 05:37

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts`:
- Line 23: The test setup in useManagerDisplayPacks.test.ts is duplicating the
conflicted package shape with an inline type, which can drift from the real
store contract. Replace the ad hoc { package_id: string }[] annotation on
conflicts with the actual exported conflict entry type from
conflictDetectionStore (or the module that defines conflictedPackages), and
update the test fixtures to use that imported type consistently.
- Around line 27-34: The `whenever` mock in `useManagerDisplayPacks.test` is too
eager and fires immediately on a truthy source, so it can hide whether
`useManagerDisplayPacks` actually fetches on mount. Update the `@vueuse/core`
mock so `whenever` behaves like VueUse’s lazy watcher and only invokes the
callback after a simulated state change, not just because the source is already
truthy. Keep the fix localized to the test mock and verify the mount-time fetch
path through the `useManagerDisplayPacks` behavior.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 7c1deeaf-14ff-4a95-83cf-308be0d29a18

📥 Commits

Reviewing files that changed from the base of the PR and between 690e0e3 and e2fe1c3.

📒 Files selected for processing (3)
  • src/scripts/metadata/parser.test.ts
  • src/workbench/extensions/manager/composables/nodePack/usePackInstall.test.ts
  • src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts

startFetchWorkflowPacks: vi.fn(),
installedIds: new Set<string>(),
installedVersions: {} as Record<string, string>,
conflicts: [] as { package_id: string }[]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Consider importing the real conflict entry type instead of an ad hoc inline shape.

{ package_id: string }[] duplicates the shape of whatever conflictDetectionStore.conflictedPackages actually returns. Based on learnings, tests should import real type definitions from the modules under test rather than redefining interface shapes inline, to avoid type drift.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts`
at line 23, The test setup in useManagerDisplayPacks.test.ts is duplicating the
conflicted package shape with an inline type, which can drift from the real
store contract. Replace the ad hoc { package_id: string }[] annotation on
conflicts with the actual exported conflict entry type from
conflictDetectionStore (or the module that defines conflictedPackages), and
update the test fixtures to use that imported type consistently.

Source: Learnings

Comment on lines +27 to +34
vi.mock('@vueuse/core', async (orig) => ({
...(await orig<typeof VueUse>()),
whenever: (source: unknown, callback?: () => void) => {
if (typeof source === 'function' && source() && callback) {
callback()
}
}
}))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Check whether whenever() calls in useManagerDisplayPacks.ts pass immediate:true,
# and how selectedTabId is typically initialized by callers.
rg -n -A3 -B3 'whenever\(' src/workbench/extensions/manager/composables/useManagerDisplayPacks.ts
rg -n 'useManagerDisplayPacks\(' -A5 -g '!*.test.ts'

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 671


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo '--- useManagerDisplayPacks.ts around whenever calls ---'
sed -n '1,220p' src/workbench/extensions/manager/composables/useManagerDisplayPacks.ts | nl -ba | sed -n '90,140p'

echo
echo '--- test file around the eager whenever mock and fetch-triggering tests ---'
sed -n '1,260p' src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts | nl -ba | sed -n '1,260p'

echo
echo '--- call sites of useManagerDisplayPacks ---'
rg -n 'useManagerDisplayPacks\(' -g '!*.test.ts' src/workbench/extensions/manager

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 260


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo '--- useManagerDisplayPacks.ts around whenever calls ---'
sed -n '100,135p' src/workbench/extensions/manager/composables/useManagerDisplayPacks.ts

echo
echo '--- useManagerDisplayPacks.test.ts around the mock and fetch-triggering tests ---'
sed -n '1,240p' src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts

echo
echo '--- call sites of useManagerDisplayPacks ---'
rg -n 'useManagerDisplayPacks\(' -g '!*.test.ts' src/workbench/extensions/manager

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 9070


🏁 Script executed:

#!/bin/bash
set -euo pipefail

sed -n '360,430p' src/workbench/extensions/manager/components/manager/ManagerDialog.vue

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 1988


🏁 Script executed:

#!/bin/bash
set -euo pipefail

rg -n -A6 -B6 'selectedNavId' src/workbench/extensions/manager/components/manager/ManagerDialog.vue

Repository: Comfy-Org/ComfyUI_frontend

Length of output: 2240


Align the whenever mock with VueUse’s lazy watch behavior

The current mock fires immediately on a truthy source, so these fetch assertions can pass even if useManagerDisplayPacks never starts fetching from the initial selected tab. Make it trigger on a real state change, or the tests won’t cover the mount-time fetch path.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/workbench/extensions/manager/composables/useManagerDisplayPacks.test.ts`
around lines 27 - 34, The `whenever` mock in `useManagerDisplayPacks.test` is
too eager and fires immediately on a truthy source, so it can hide whether
`useManagerDisplayPacks` actually fetches on mount. Update the `@vueuse/core`
mock so `whenever` behaves like VueUse’s lazy watcher and only invokes the
callback after a simulated state change, not just because the source is already
truthy. Keep the fix localized to the test mock and verify the mount-time fetch
path through the `useManagerDisplayPacks` behavior.

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #13334      +/-   ##
==========================================
+ Coverage   77.08%   77.19%   +0.10%     
==========================================
  Files        1636     1636              
  Lines       98282    98258      -24     
  Branches    33120    33752     +632     
==========================================
+ Hits        75763    75848      +85     
+ Misses      21810    21706     -104     
+ Partials      709      704       -5     
Flag Coverage Δ
unit 65.61% <ø> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 10 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant