Skip to content

Commit

Permalink
chore: do not hide LLVM output when collecting data
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Dec 26, 2024
1 parent d91f626 commit 3ce3454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Compare LLVM
run: |
(cd bv-evaluation; python3 ./collect-data-llvm.py > /dev/null)
(cd bv-evaluation; python3 ./collect-data-llvm.py)
- name: Compare HDEl
run: |
Expand Down

0 comments on commit 3ce3454

Please sign in to comment.