Skip to content

Commit 19b3e09

Browse files
authored
Merge branch 'main' into update_regression_check
2 parents 34c5cd1 + 4e09c8d commit 19b3e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/check_regression.sh

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ compare_stat_p90() {
2222
local current_value="$2"
2323
local stat_name="$3"
2424

25+
2526
# Calculate 150% of the past value
2627
local threshold=$(calculate_threshold "$past_value")
2728

@@ -37,6 +38,7 @@ compare_stat_p90() {
3738
calculate_threshold() {
3839
local past_value="$1"
3940
awk -v past="$past_value" 'BEGIN { print past * 1.5 }'
41+
4042
}
4143

4244
calculate_p90_after_skip() {

0 commit comments

Comments
 (0)