Skip to content

Commit

Permalink
Move Declarations with Kotlin QA test project: adding to Kotlin setti…
Browse files Browse the repository at this point in the history
…ngs.
  • Loading branch information
sashache committed Oct 14, 2024
1 parent 9c8d421 commit c305f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/degradation-detector/setting/kotlinSettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func GenerateKotlinSettings() []detector.PerformanceSettings {
"prepareForRename#mean_value", "execute_editor_optimizeimports",
"localInspections_cold#mean_value", "localInspections_hot#mean_value",
"execute_editor_gotodeclaration_cold#mean_value", "execute_editor_gotodeclaration_hot#mean_value",
"convertJavaToKotlin", "moveFiles#mean_value", "moveFiles_back#mean_value"}
"convertJavaToKotlin", "moveFiles#mean_value", "moveFiles_back#mean_value", "moveDeclarations#mean_value", "moveDeclarations_back#mean_value"}
aliases := map[string]string{
"completion#mean_value": "completion",
"completion#firstElementShown#mean_value": "completion",
Expand Down

0 comments on commit c305f5c

Please sign in to comment.