We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fe5bd commit 84c1e55Copy full SHA for 84c1e55
.github/workflows/codspeed.yml
@@ -26,6 +26,22 @@ jobs:
26
pdm venv create --with-pip --force $PYTHON
27
pdm install -G testing -G testing-extra -G email
28
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@stable
40
41
+ - run: pdm run pip install ./pydantic-core
42
43
+ # END
44
45
- name: Run CodSpeed benchmarks
46
uses: CodSpeedHQ/action@v3
47
with:
0 commit comments