We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e6a3b commit 02bcb62Copy full SHA for 02bcb62
pkg/degradation-detector/setting/clionSettings.go
@@ -58,5 +58,8 @@ func getClionMetricFromTestName(test string) []string {
58
if strings.Contains(test, "checkLocalTestConfig") {
59
return []string{"waitFirstTestGutter"}
60
}
61
+ if strings.Contains(test, "/indexing") {
62
+ return []string{"ocSymbolBuildingTimeMs", "backendIndexingTimeMs"}
63
+ }
64
return getMetricFromTestName(test)
65
0 commit comments