Skip to content

Commit 1083289

Browse files
committed
[libc++] Tee the output of the benchmark comparison
1 parent 13ae9ea commit 1083289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-run-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
source .venv/bin/activate && cd repo
7979
./libcxx/utils/compare-benchmarks <(./libcxx/utils/consolidate-benchmarks build/baseline) \
80-
<(./libcxx/utils/consolidate-benchmarks build/candidate) > results.txt
80+
<(./libcxx/utils/consolidate-benchmarks build/candidate) | tee results.txt
8181
8282
- name: Update comment with results
8383
run: |

0 commit comments

Comments
 (0)