Skip to content

Commit 2854ced

Browse files
author
Alexey
committed
Fix the project name for the startup test
1 parent 22dcbc6 commit 2854ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/new-dashboard/src/components/intelliJ/StartupMetricsDashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const chartsDeclaration: ChartDefinition[] = [
6868
{
6969
labels: ["Reopening file time after ide restart"],
7070
measures: ["reopenFileAfterIdeRestart"],
71-
projects: ["idea/measureStartup/embeddedClient", "idea/warmup"],
71+
projects: ["idea/measureStartup/embeddedClient", "idea/measureStartup"],
7272
},
7373
]
7474

0 commit comments

Comments
 (0)