Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Feb 20, 2024
1 parent bbf58fa commit d47397b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ jobs:
run: |
pushd rust/bench
canbench --less-verbose > /tmp/perf.txt
{
echo "\`\`\`"
cat /tmp/perf.txt
echo "\`\`\`"
} > /tmp/message.txt
- name: Post comment
uses: thollander/actions-comment-pull-request@v2
with:
filePath: /tmp/perf.txt
filePath: /tmp/message.txt
comment_tag: canbench

0 comments on commit d47397b

Please sign in to comment.