File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ jobs:
452
452
pip install -U pip
453
453
pip install -r tests/requirements.txt
454
454
pip install pydantic-core --no-index --no-deps --find-links pgo-wheel --force-reinstall
455
- pytest
455
+ pytest tests/benchmarks
456
456
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'
457
457
458
458
- name : build pgo-optimized wheel
Original file line number Diff line number Diff line change 59
59
RUSTFLAGS : " -Cprofile-generate=${{ github.workspace }}/profdata"
60
60
61
61
- name : Gather pgo data
62
- run : pytest
62
+ run : pytest tests/benchmarks
63
63
64
64
- name : Prepare merged pgo data
65
65
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'
You can’t perform that action at this time.
0 commit comments