From 3ce3454475b458a8cb720bc566e5db9c09c1992d Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 26 Dec 2024 23:02:05 +0100 Subject: [PATCH] chore: do not hide LLVM output when collecting data --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 90ae87ac0..aff22515a 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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: |