Skip to content

Commit

Permalink
Make analyzator estimate 8 last runs for IDEA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emrzv committed May 14, 2024
1 parent bb92b5c commit c6193d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/degradation-detector/setting/ideaSettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func generateIdeaDevAnalysisSettings(backendUrl string, client *http.Client) []d
Channel: "ij-perf-report-aggregator",
ProductLink: "intellij",
},
AnalysisSettings: detector.AnalysisSettings{MinimumSegmentLength: 8},
})
}

Expand Down

0 comments on commit c6193d5

Please sign in to comment.