Skip to content

Commit

Permalink
Merge pull request #571 from catatsuy/fix-ci-benchmark-fail-message
Browse files Browse the repository at this point in the history
Update CI workflow to improve error message for benchmark failure
  • Loading branch information
catatsuy authored Dec 29, 2024
2 parents 2dd9d8f + e754143 commit 5f6db54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
exit 1
fi
if ! jq -e '.pass == true' benchmark_output.json > /dev/null; then
echo "BENCHMARK_FAILED=true" >> $GITHUB_ENV
echo "Benchmark failed: pass is not true"
exit 1
fi
Expand Down

0 comments on commit 5f6db54

Please sign in to comment.