fix(perf): make Kova startup diagnostics actionable (#116319)

* fix(perf): rank startup duration hotspots correctly

* ci(perf): exercise prepared runtime startup cases
This commit is contained in:
Vincent Koc
2026-07-31 10:23:32 +08:00
committed by GitHub
parent b6e484e895
commit c3bb8fc265
3 changed files with 18 additions and 1 deletions

View File

@@ -715,6 +715,9 @@ jobs:
--skip-qa \
--startup-case default \
--startup-case skipChannels \
--startup-case preparedRuntimeCatalogStall \
--startup-case preparedRuntimeScaleOne \
--startup-case preparedRuntimeScaleMany \
--startup-case oneInternalHook \
--startup-case allInternalHooks \
--startup-case fiftyPlugins \