Skip to content

Commit c856904

Browse files
committed
More
1 parent 09b066d commit c856904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)