Skip to content

Commit

Permalink
Remove Kotlin metrics, which already exist in Kotlin charts, from IJ …
Browse files Browse the repository at this point in the history
…charts
  • Loading branch information
AleksDanil committed Jan 6, 2025
1 parent 410f575 commit 44ee1eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ const chartsDeclaration: ChartDefinition[] = [
measures: ["localInspections", "firstCodeAnalysis"],
projects: [
"intellij_commit/localInspection/java_file",
"intellij_commit/localInspection/kotlin_file",
"kotlin/localInspection",
"kotlin_coroutines/localInspection",
"intellij_commit/localInspection/java_file-ContentManagerImpl",
"intellij_commit/localInspection/kotlin_file-DexInlineTest",
],
},
{
Expand All @@ -99,13 +97,7 @@ const chartsDeclaration: ChartDefinition[] = [
{
labels: ["Completion", "Completion 90p"],
measures: ["completion", "fus_completion_duration_90p"],
projects: [
"community/completion/kotlin_file",
"grails/completion/groovy_file",
"grails/completion/java_file",
"intellij_commit/completion/kotlin_file",
"intellij_commit/completion/java_file",
],
projects: ["community/completion/kotlin_file", "grails/completion/groovy_file", "grails/completion/java_file", "intellij_commit/completion/java_file"],
},
{
labels: ["Block Terminal Completion"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ const chartsDeclaration: ChartDefinition[] = [
["findUsages", "fus_find_usages_all"],
["findUsages_firstUsage", "fus_find_usages_first"],
],
projects: ["community/findUsages/ActionsKt_runReadAction_Before", "community/findUsages/ActionsKt_runReadAction_After", "intellij_commit/findUsages/ActionsKt_runReadAction"],
projects: ["community/findUsages/ActionsKt_runReadAction_Before", "community/findUsages/ActionsKt_runReadAction_After"],
},
{
labels: ["FindUsages Persistent#absolutePath Before and After Compilation (all usages)", "FindUsages Persistent#absolutePath Before and After Compilation (first usage)"],
measures: [
["findUsages", "fus_find_usages_all"],
["findUsages_firstUsage", "fus_find_usages_first"],
],
projects: ["community/findUsages/Persistent_absolutePath_Before", "community/findUsages/Persistent_absolutePath_After", "intellij_commit/findUsages/Persistent_absolutePath"],
projects: ["community/findUsages/Persistent_absolutePath_Before", "community/findUsages/Persistent_absolutePath_After"],
},
{
labels: ["FindUsages PropertyMapping#value Before and After Compilation (all usages)", "FindUsages PropertyMapping#value Before and After Compilation (first usage)"],
Expand Down Expand Up @@ -121,7 +121,7 @@ const chartsDeclaration: ChartDefinition[] = [
["findUsages", "fus_find_usages_all"],
["findUsages_firstUsage", "fus_find_usages_first"],
],
projects: ["community/findUsages/Path_div_Before", "community/findUsages/Path_div_After", "intellij_commit/findUsages/Path_div"],
projects: ["community/findUsages/Path_div_Before", "community/findUsages/Path_div_After"],
},
{
labels: ["FindUsages String#toString Before and After Compilation (all usages)", "FindUsages String#toString Before and After Compilation (first usage)"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ const chartsDeclaration: ChartDefinition[] = [
{
labels: ["FirstCodeAnalysis"],
measures: ["firstCodeAnalysis"],
projects: ["intellij_commit/localInspection/java_file", "intellij_commit/localInspection/kotlin_file", "kotlin/localInspection", "kotlin_coroutines/localInspection"],
projects: ["intellij_commit/localInspection/java_file", "kotlin/localInspection", "kotlin_coroutines/localInspection"],
},
{
labels: ["Completion"],
measures: ["completion"],
projects: ["intellij_commit/completion/kotlin_file", "intellij_commit/completion/java_file"],
projects: ["intellij_commit/completion/java_file"],
},
{
labels: ["SearchEverywhere"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const chartsDevDeclaration: ChartDefinition[] = [
{
labels: ["Completion time to show 90p", "Completion duration 90p"],
measures: ["fus_time_to_show_90p", "fus_completion_duration_90p"],
projects: ["intellij_commit/completion/java_file", "intellij_commit/completion/kotlin_file"],
projects: ["intellij_commit/completion/java_file"],
},
{
labels: ["FindUsages first usage", "FindUsages all usages"],
Expand Down

0 comments on commit 44ee1eb

Please sign in to comment.