Skip to content

Commit

Permalink
New cases for SE performance metrics have been added to dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
annaMarchenkoJetBrains committed Sep 6, 2024
1 parent ff56c47 commit aed7ad0
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ const chartsDeclaration: ChartDefinition[] = [
"community/go-to-action/Kotlin/typingLetterByLetter",
"community/go-to-action/Editor/typingLetterByLetter",
"community/go-to-action/Runtime/typingLetterByLetter",
"java/go-to-action/Runtime/typingLetterByLetter",
"community/go-to-action-with-warmup/Kotlin/typingLetterByLetter",
"community/go-to-action-with-warmup/Editor/typingLetterByLetter",
"community/go-to-action-with-warmup/Runtime/typingLetterByLetter",
"java/go-to-action-with-warmup/Runtime/typingLetterByLetter",
],
},
{
Expand All @@ -44,9 +46,11 @@ const chartsDeclaration: ChartDefinition[] = [
"community/go-to-class/Kotlin/typingLetterByLetter",
"community/go-to-class/Editor/typingLetterByLetter",
"community/go-to-class/Runtime/typingLetterByLetter",
"java/go-to-class/Runtime/typingLetterByLetter",
"community/go-to-class-with-warmup/Kotlin/typingLetterByLetter",
"community/go-to-class-with-warmup/Editor/typingLetterByLetter",
"community/go-to-class-with-warmup/Runtime/typingLetterByLetter",
"java/go-to-class-with-warmup/Runtime/typingLetterByLetter",
],
},
{
Expand All @@ -56,9 +60,11 @@ const chartsDeclaration: ChartDefinition[] = [
"community/go-to-file/Editor/typingLetterByLetter",
"community/go-to-file/Kotlin/typingLetterByLetter",
"community/go-to-file/Runtime/typingLetterByLetter",
"java/go-to-file/Runtime/typingLetterByLetter",
"community/go-to-file-with-warmup/Editor/typingLetterByLetter",
"community/go-to-file-with-warmup/Kotlin/typingLetterByLetter",
"community/go-to-file-with-warmup/Runtime/typingLetterByLetter",
"java/go-to-file-with-warmup/Runtime/typingLetterByLetter",
],
},
{
Expand All @@ -68,9 +74,11 @@ const chartsDeclaration: ChartDefinition[] = [
"community/go-to-all/Editor/typingLetterByLetter",
"community/go-to-all/Kotlin/typingLetterByLetter",
"community/go-to-all/Runtime/typingLetterByLetter",
"java/go-to-all/Runtime/typingLetterByLetter",
"community/go-to-all-with-warmup/Editor/typingLetterByLetter",
"community/go-to-all-with-warmup/Kotlin/typingLetterByLetter",
"community/go-to-all-with-warmup/Runtime/typingLetterByLetter",
"java/go-to-all-with-warmup/Runtime/typingLetterByLetter",
],
},
{
Expand All @@ -80,9 +88,11 @@ const chartsDeclaration: ChartDefinition[] = [
"community/go-to-symbol/Editor/typingLetterByLetter",
"community/go-to-symbol/Kotlin/typingLetterByLetter",
"community/go-to-symbol/Runtime/typingLetterByLetter",
"java/go-to-symbol/Runtime/typingLetterByLetter",
"community/go-to-symbol-with-warmup/Editor/typingLetterByLetter",
"community/go-to-symbol-with-warmup/Kotlin/typingLetterByLetter",
"community/go-to-symbol-with-warmup/Runtime/typingLetterByLetter",
"java/go-to-symbol-with-warmup/Runtime/typingLetterByLetter",
],
},
{
Expand All @@ -92,9 +102,11 @@ const chartsDeclaration: ChartDefinition[] = [
"community/go-to-text/Editor/typingLetterByLetter",
"community/go-to-text/Kotlin/typingLetterByLetter",
"community/go-to-text/Runtime/typingLetterByLetter",
"java/go-to-text/Runtime/typingLetterByLetter",
"community/go-to-text-with-warmup/Editor/typingLetterByLetter",
"community/go-to-text-with-warmup/Kotlin/typingLetterByLetter",
"community/go-to-text-with-warmup/Runtime/typingLetterByLetter",
"java/go-to-text-with-warmup/Runtime/typingLetterByLetter",
],
},
]
Expand Down

0 comments on commit aed7ad0

Please sign in to comment.