We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ae9ea commit 1083289Copy full SHA for 1083289
.github/workflows/libcxx-run-benchmarks.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
source .venv/bin/activate && cd repo
79
./libcxx/utils/compare-benchmarks <(./libcxx/utils/consolidate-benchmarks build/baseline) \
80
- <(./libcxx/utils/consolidate-benchmarks build/candidate) > results.txt
+ <(./libcxx/utils/consolidate-benchmarks build/candidate) | tee results.txt
81
82
- name: Update comment with results
83
0 commit comments