diff --git a/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue b/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue index d80590f3..a18bffdc 100644 --- a/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue +++ b/dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue @@ -53,12 +53,6 @@ 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"],