Skip to content

Commit

Permalink
Fix for performance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleidawave committed Nov 13, 2024
1 parent 78fcb9a commit e41edb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/performance-and-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
shell: bash
run: |
if [ -d "previous-ezno" ]; then
echo "::debug::Comparing against previous"
echo "::notice::Comparing against previous"
echo "BINARIES=./target/release/ezno,./previous-ezno/ezno" >> "$GITHUB_OUTPUT"
else
echo "::debug::Running singularly"
echo "::notice::Running singularly"
echo "BINARIES=./target/release/ezno" >> "$GITHUB_OUTPUT"
fi
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
</details>
" >> $GITHUB_STEP_SUMMARY
else
"<details>
echo "<details>
<summary>Statistics</summary>
\`\`\`
Expand Down

0 comments on commit e41edb5

Please sign in to comment.