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
56
+
echo "Comparison successful. All P90 values are within the acceptable range."
57
+
else
58
+
echo "Comparison failed. Current P90 values exceed 110% of the corresponding past values."
59
+
echo "regression-detected=true" >> $GITHUB_OUTPUT
60
+
fi
61
+
- name: Stop the workflow if regression is detected
0 commit comments