We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c05380 commit 985f097Copy full SHA for 985f097
.github/workflows/codspeed.yml
@@ -60,7 +60,7 @@ jobs:
60
RUSTFLAGS: "-Cprofile-generate=${{ github.workspace }}/profdata"
61
62
- name: Gather pgo data
63
- run: pytest
+ run: pytest tests/benchmarks
64
65
- name: Prepare merged pgo data
66
run: rustup run stable bash -c '$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-profdata merge -o ${{ github.workspace }}/merged.profdata ${{ github.workspace }}/profdata'
0 commit comments