Skip to content

Commit

Permalink
override pydantic-core from git
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Aug 28, 2024
1 parent d9fe5bd commit 33c12f5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,27 @@ jobs:
pdm venv create --with-pip --force $PYTHON
pdm install -G testing -G testing-extra -G email
# override pydantic-core from git - to report benchmarks
# FIXME DO NOT MERGE THIS

- uses: actions/checkout@v4
with:
repository: pydantic/pydantic-core
ref: boxy/validator_serializer_reuse
path: pydantic-core

- name: install rust stable
uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview

- run: |
pdm venv activate
cd pydantic-core
make build-pgo
# END

- name: Run CodSpeed benchmarks
uses: CodSpeedHQ/action@v3
with:
Expand Down

0 comments on commit 33c12f5

Please sign in to comment.