Skip to content

Commit

Permalink
ci: debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Aug 19, 2024
1 parent 5ab19ad commit 2bbeea0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,9 @@ jobs:

- name: Run benchmarks
run: |
echo "${{github.workspace}}/output.txt"
make bench | tee "${{github.workspace}}/output.txt"
touch "${{github.workspace}}/output.txt"
make bench >> "${{github.workspace}}/output.txt"
cat "${{github.workspace}}/output.txt"
#
# Download previous benchmark result from cache (if exists)
Expand Down

0 comments on commit 2bbeea0

Please sign in to comment.