Skip to content

Commit

Permalink
minor: fix to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Feb 12, 2024
1 parent cf9289b commit 5b0bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ -f "$MAIN_BRANCH_RESULTS_FILE" ]; then
canbench --less-verbose > $CANBENCH_OUTPUT
popd

if grep -q "(regressed by \|(improved by" "${CANBENCH_OUTPUT}"; then
if grep -q "(regress\|(improved by" "${CANBENCH_OUTPUT}"; then
echo "**Significant performance change detected! ⚠️**
" >> $COMMENT_MESSAGE_PATH;
else
Expand Down

0 comments on commit 5b0bf77

Please sign in to comment.