Skip to content

Commit

Permalink
AT-1088 Metric for highlighting performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey committed Nov 1, 2024
1 parent bca05bc commit d3db26f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ const chartsDeclaration: ChartDefinition[] = [
measures: ["globalInspections"],
projects: ["kotlin_coroutines/inspection", "spring_boot_maven/inspection"],
},
{
labels: ["Highlighting - remove symbol"],
measures: ["typing_EditorBackSpace_duration"],
projects: ["intellij_commit/editor-highlighting"],
},
{
labels: ["Highlighting - type symbol"],
measures: ["typing_}_duration"],
projects: ["intellij_commit/editor-highlighting"],
},
]
const charts = combineCharts(chartsDeclaration)
Expand Down

0 comments on commit d3db26f

Please sign in to comment.