Skip to content

Commit

Permalink
Add one more case to indexing dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
annaMarchenkoJetBrains committed Oct 5, 2024
1 parent fdc74e0 commit ed4e8ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const chartsDeclaration: ChartDefinition[] = [
{
labels: ["Indexing (Big projects)"],
measures: ["indexingTimeWithoutPauses"],
projects: ["community/indexing", "intellij_commit/indexing", "community/indexingWithHighlighting"],
projects: ["community/indexing", "intellij_commit/indexing", "community/indexingWithHighlighting", "indexing-community/indexingWithHighlighting"],
},
{
labels: ["Scanning (Big projects)"],
Expand Down

0 comments on commit ed4e8ea

Please sign in to comment.