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
This commit is a test to check if running both the benchmarks in the
same workflow would make any difference to the results
Upload and download benchmarks
Signed-off-by: Arjun Raja Yogidas <[email protected]>
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
if sudo ${{ github.workspace }}/scripts/check_regression.sh ${{ github.workspace }}/previous/benchmark-result-artifact-main/results.json ${{github.workspace}}/current/benchmark-result-artifact-pr/results.json; then
76
+
echo "Comparison successful. All P90 values are within the acceptable range."
77
+
else
78
+
echo "Comparison failed. Current P90 values exceed 110% of the corresponding past values."
79
+
echo "regression-detected=true" >> $GITHUB_OUTPUT
80
+
fi
81
+
- name: Stop the workflow if regression is detected
0 commit comments