Skip to content

Commit 985f097

Browse files
committed
try using tests/benchmarks as PGO input
1 parent 5c05380 commit 985f097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
RUSTFLAGS: "-Cprofile-generate=${{ github.workspace }}/profdata"
6161

6262
- name: Gather pgo data
63-
run: pytest
63+
run: pytest tests/benchmarks
6464

6565
- name: Prepare merged pgo data
6666
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

Comments
 (0)