You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if sudo ${{ github.workspace }}/scripts/check_regression.sh ${{ github.workspace }}/previous/results.json ${{github.workspace}}/current/results.json; then
51
-
echo "Comparison successful. All P90 values are within the acceptable range."
52
-
else
53
-
echo "Comparison failed. Current P90 values exceed 110% of the corresponding past values."
54
-
echo "regression-detected=true" >> $GITHUB_OUTPUT
55
-
fi
56
-
- name: Stop the workflow if regression is detected
if sudo ${{ github.workspace }}/scripts/check_regression.sh ${{ github.workspace }}/previous/results.json ${{github.workspace}}/current/results.json; then
88
+
echo "Comparison successful. All P90 values are within the acceptable range."
89
+
else
90
+
echo "Comparison failed. Current P90 values exceed 150% threshold of the corresponding past values."
91
+
echo "regression-detected=true" >> $GITHUB_OUTPUT
92
+
fi
93
+
- name: Stop the workflow if regression is detected
0 commit comments