File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 NEW_RANGE_END : ${{ steps.benchmark_new.outputs.RANGE_END }}
168168 shell : bash
169169 run : |
170- export FAIL = false
170+ export FAIL= false
171171 if [ "$NEW_RANGE_START" -le "$OLD_RANGE_END" ] && [ "$NEW_RANGE_END" -ge "$OLD_RANGE_START" ]; then
172172 export OLD_MEAN=$(((OLD_RANGE_END - OLD_RANGE_START)/2)+OLD_RANGE_START)
173173 export NEW_MEAN=$(((NEW_RANGE_END - NEW_RANGE_START)/2)+NEW_RANGE_START)
@@ -182,7 +182,7 @@ jobs:
182182 echo "### Statistically significant improvement 🚀" >> $GITHUB_STEP_SUMMARY
183183 else
184184 echo "### Statistically significant regression 🛑" >> $GITHUB_STEP_SUMMARY
185- export FAIL = true
185+ export FAIL= true
186186 fi
187187
188188 echo "| | **Ref** | **Min** | **Max** |" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments