File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,16 @@ jobs:
171171 export OLD_MEAN=$(((OLD_RANGE_END - OLD_RANGE_START)/2)+OLD_RANGE_START)
172172 export NEW_MEAN=$(((NEW_RANGE_END - NEW_RANGE_START)/2)+NEW_RANGE_START)
173173 if [ "$NEW_RANGE_START" -ge "$OLD_MEAN" ]; then
174- echo "### Possible improvement ⁉️ " >> $GITHUB_STEP_SUMMARY
174+ echo "### 🍀 Possible improvement 🍀 " >> $GITHUB_STEP_SUMMARY
175175 elif [ "$OLD_RANGE_END" -le "$NEW_MEAN" ]; then
176- echo "### Possible regression ⁉ ️" >> $GITHUB_STEP_SUMMARY
176+ echo "### ⚠️Possible regression ⚠ ️" >> $GITHUB_STEP_SUMMARY
177177 else
178- echo "### Statistically insignificant result ⁉️ " >> $GITHUB_STEP_SUMMARY
178+ echo "### Performance unchanged " >> $GITHUB_STEP_SUMMARY
179179 fi
180180 elif [ "$NEW_RANGE_START" -gt "$OLD_RANGE_END" ]; then
181- echo "### Statistically significant improvement 🚀" >> $GITHUB_STEP_SUMMARY
181+ echo "### 🚀🚀🚀 Statistically significant improvement 🚀🚀 🚀" >> $GITHUB_STEP_SUMMARY
182182 else
183- echo "### Statistically significant regression 🛑 " >> $GITHUB_STEP_SUMMARY
183+ echo "### ‼️‼️‼️ Statistically significant regression ‼️‼️‼️ " >> $GITHUB_STEP_SUMMARY
184184 export FAIL=true
185185 fi
186186
You can’t perform that action at this time.
0 commit comments