diff --git a/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue b/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue index a18bffdc..c19f17fd 100644 --- a/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue +++ b/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue @@ -53,6 +53,12 @@ const chartsDeclaration: ChartDefinition[] = [ projects: ["intellij_commit/vfsRefresh/default", "intellij_commit/vfsRefresh/with-1-thread(s)", "intellij_commit/vfsRefresh/git-status"], aliases: ["default", "1 thread", "git status"], }, + { + labels: ["VFS Refresh after Mass Changes"], + measures: [["vfsRefreshAfterMassCreate", "vfsRefreshAfterMassDelete"]], + projects: ["empty-project/vfs-mass-update-txt", "empty-project/vfs-mass-update-java", "empty-project/vfs-mass-update-kt"], + aliases: ["txt", "java", "kotlin"], + }, { labels: ["Rebuild (Big projects)"], measures: ["build_compilation_duration"],