Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Fix JSON Schema reference collection with"examples"
keys#11325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Deploying pydantic-docs with |
Latest commit: | 672e369 |
Status: | ✅ Deploy successful! |
Preview URL: | https://81b33700.pydantic-docs.pages.dev |
Branch Preview URL: | https://backport-11305.pydantic-docs.pages.dev |
CodSpeed Performance ReportMerging#11325 willdegrade performances by 29.82%Comparing 🎉 Hooray! |
Benchmark | BASE | HEAD | Change | |
---|---|---|---|---|
test_getattr | 54.4 µs | N/A | N/A | |
test_setattr | 86.1 µs | N/A | N/A | |
❌ | test_schema_build | 2.9 ms | 3.3 ms | -13.46% |
❌ | test_fastapi_startup_perf | 200.1 ms | 250.6 ms | -20.14% |
❌ | test_fastapi_startup_perf | 26.2 ms | 30.6 ms | -14.44% |
❌ | test_complex_model_schema_generation | 1.8 ms | 2.6 ms | -29.82% |
❌ | test_construct_dataclass_schema | 1.8 ms | 2.2 ms | -16.79% |
❌ | test_lots_of_models_with_lots_of_fields | 2.7 s | 3.3 s | -19.09% |
❌ | test_model_validators_serializers | 906.8 µs | 1,033.7 µs | -12.27% |
❌ | test_nested_model_schema_generation | 1.1 ms | 1.3 ms | -11.2% |
❌ | test_recursive_model_schema_generation | 1 ms | 1.3 ms | -18.94% |
❌ | test_simple_model_schema_generation | 746.6 µs | 893.6 µs | -16.46% |
❌ | test_simple_model_schema_lots_of_fields_generation | 28.5 ms | 38.5 ms | -25.83% |
❌ | test_tagged_union_with_callable_discriminator_schema_generation | 1.5 ms | 1.9 ms | -24.12% |
❌ | test_tagged_union_with_str_discriminator_schema_generation | 1.5 ms | 1.8 ms | -12.74% |
❌ | test_deeply_nested_recursive_model_schema_generation | 1.3 ms | 1.5 ms | -13.6% |
❌ | test_generic_recursive_model_schema_generation | 896.9 µs | 1,063.6 µs | -15.68% |
❌ | test_nested_recursive_generic_model_schema_generation | 1.7 ms | 2.2 ms | -21.62% |
❌ | test_nested_recursive_model_schema_generation | 1.8 ms | 2.2 ms | -16.35% |
❌ | test_recursive_discriminated_union_with_base_model | 1.7 ms | 2 ms | -14% |
... | ... | ... | ... | ... |
ℹ️Only the first 20 benchmarks are displayed.Go to the app to view all benchmarks.
Coverage reportClick to see where and how coverage changed
This report was generated bypython-coverage-comment-action |
f94e842
intov2.10-patchesUh oh!
There was an error while loading.Please reload this page.
Change Summary
Backport of#11305.
Related issue number
Checklist