Skip to content

Commit 54683ec

Browse files
authored
Update check_regression.sh
1 parent 7bfcf1a commit 54683ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scripts/check_regression.sh

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ compare_stat_p90() {
2626
# Calculate 150% of the past value
2727
local threshold=$(calculate_threshold "$past_value")
2828

29+
echo "Testing stat : $stat_name"
2930
echo "Past P90 value: $past_value"
3031
echo "Current P90 value: $current_value"
3132
echo "Threshold: $threshold"

0 commit comments

Comments
 (0)