Skip to content

Commit

Permalink
bugfix: report benchstat
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Van Bouwel committed Jan 28, 2025
1 parent ee38e34 commit 4e4cb04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
make bench-main
REF_NAME=${GITHUB_REF##*/} make bench-current
echo "\n\n\n"
export SCRIPT_OUTPUT="$(make bench-report)"
SCRIPT_OUTPUT="$(make bench-report)"
echo "SCRIPT_OUTPUT<<EOF" >> $GITHUB_ENV
echo "$SCRIPT_OUTPUT" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Add benchmark report to PR
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 4e4cb04

Please sign in to comment.