Skip to content

Commit

Permalink
Update bench.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Nov 7, 2023
1 parent b8a5b46 commit afa9bb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,30 @@ jobs:
{
echo '<strong>Benchmark results:</strong>'
echo ''
echo '```txt'
cat "${WORKSPACE}"/____results.txt
echo '```'
echo ''
echo '<details><summary><strong>Old results:</strong></summary><p>'
echo ''
echo '```txt'
cat "${WORKSPACE}"/____old_results.txt
echo '```'
echo '</p></details>'
echo ''
echo '---'
echo ''
echo '<details><summary><strong>Results without finalization:</strong></summary><p>'
echo ''
echo '```txt'
cat "${WORKSPACE}"/____results_no_finalization.txt
echo '```'
echo ''
echo '<details><summary><strong>Old results without finalization:</strong></summary><p>'
echo ''
echo '```txt'
cat "${WORKSPACE}"/____old_results_no_finalization.txt
echo '```'
echo '</p></details></p></details>'
} > "${WORKSPACE}"/__result.txt
- uses: thollander/[email protected]
Expand Down

0 comments on commit afa9bb5

Please sign in to comment.