Skip to content

Commit 33c12f5

Browse files
committed
override pydantic-core from git
1 parent d9fe5bd commit 33c12f5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/codspeed.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ jobs:
2626
pdm venv create --with-pip --force $PYTHON
2727
pdm install -G testing -G testing-extra -G email
2828
29+
# override pydantic-core from git - to report benchmarks
30+
# FIXME DO NOT MERGE THIS
31+
32+
- uses: actions/checkout@v4
33+
with:
34+
repository: pydantic/pydantic-core
35+
ref: boxy/validator_serializer_reuse
36+
path: pydantic-core
37+
38+
- name: install rust stable
39+
uses: dtolnay/rust-toolchain@nightly
40+
with:
41+
components: llvm-tools-preview
42+
43+
- run: |
44+
pdm venv activate
45+
cd pydantic-core
46+
make build-pgo
47+
48+
# END
49+
2950
- name: Run CodSpeed benchmarks
3051
uses: CodSpeedHQ/action@v3
3152
with:

0 commit comments

Comments
 (0)