File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -366,15 +366,13 @@ jobs:
366366 if (( $(echo "$DIFF_MID >= 97.00" | bc -l) && $(echo "$DIFF_MID <= 103.00"|bc -l) )); then
367367 # Ignore differences of up to 3 %; we can't expect that level of precision anyway.
368368 echo "### ✅ Within tolerance" >> $GITHUB_STEP_SUMMARY
369- exit 0
370369 elif [ "$SUT_RANGE_START" -gt "$BASELINE_RANGE_END" ]; then
371370 echo "### 🚀 Statistically significant improvement" >> $GITHUB_STEP_SUMMARY
372371 elif [ "$BASELINE_RANGE_START" -gt "$SUT_RANGE_END" ]; then
373372 echo "### ‼️ Statistically significant regression ‼️" >> $GITHUB_STEP_SUMMARY
374373 FAIL=true
375374 else
376375 echo "### 🌟 All good" >> $GITHUB_STEP_SUMMARY
377- exit 0
378376 fi
379377
380378 if [[ "${{ github.event.inputs.baseline }}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
You can’t perform that action at this time.
0 commit comments