We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfcf1a commit 54683ecCopy full SHA for 54683ec
scripts/check_regression.sh
@@ -26,6 +26,7 @@ compare_stat_p90() {
26
# Calculate 150% of the past value
27
local threshold=$(calculate_threshold "$past_value")
28
29
+ echo "Testing stat : $stat_name"
30
echo "Past P90 value: $past_value"
31
echo "Current P90 value: $current_value"
32
echo "Threshold: $threshold"
0 commit comments