Skip to content

Commit

Permalink
AT-693 Add chart for VFS refresh after mass changes to Dashboard: att…
Browse files Browse the repository at this point in the history
…empt 2
  • Loading branch information
emrzv committed Nov 26, 2024
1 parent bea63a0 commit 3f8411e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 3f8411e

Please sign in to comment.