BlogDocs

Introduce a schema variant to reuse Validators, Serializers and CoreSchema(#1414)

Merging
boxy/validator_serializer_reuse
(
f6508d2
) into
main
(
ba8eab4
)
0%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
155
NEW
0
DROPPED
0
IGNORED
0

Benchmarks

Passed

test_datetime
tests/benchmarks/test_serialization_micro.py::test_datetime
+4%
27.6 µs
26.5 µs
test_chain_nested_functions
tests/benchmarks/test_micro_benchmarks.py::test_chain_nested_functions
+3%
28.4 µs
27.6 µs
test_decimal_from_string_pyd
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDecimal::test_decimal_from_string_pyd
+3%
32.8 µs
32 µs
test_strict_union_error_core
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUnion::test_strict_union_error_core
+2%
32.7 µs
32 µs
test_core_dict_filter
tests/benchmarks/test_serialization_micro.py::TestBenchmarkSimpleModel::test_core_dict_filter
+1%
78.5 µs
77.4 µs
test_core_json_fs
tests/benchmarks/test_micro_benchmarks.py::TestModelLarge::test_core_json_fs
+1%
159.4 µs
157.3 µs
test_core_model_py_extra
tests/benchmarks/test_serialization_micro.py::test_core_model_py_extra
+1%
30.9 µs
30.6 µs
test_validate_literal[python-many_large_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-many_large_strings]
+1%
15 µs
14.8 µs
test_uuid_from_uuid_core
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_uuid_from_uuid_core
+1%
13.8 µs
13.7 µs
test_list_of_strs_py_cached
tests/benchmarks/test_micro_benchmarks.py::test_list_of_strs_py_cached
+1%
122.1 µs
121 µs
test_core_future
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateTime::test_core_future
+1%
26.1 µs
25.9 µs
test_raise_error_custom
tests/benchmarks/test_micro_benchmarks.py::test_raise_error_custom
+1%
38.1 µs
37.9 µs
test_complete_core_strict
tests/benchmarks/test_complete_benchmark.py::test_complete_core_strict
0%
269.7 µs
268.4 µs
test_core_json_fs
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkSimpleModel::test_core_json_fs
0%
121.9 µs
121.4 µs
test_core_json
tests/benchmarks/test_serialization_micro.py::TestBenchmarkSimpleModel::test_core_json
0%
80.1 µs
79.7 µs
test_complete_core_lax
tests/benchmarks/test_complete_benchmark.py::test_complete_core_lax
0%
291.8 µs
290.6 µs
test_date_format_function_no_info
tests/benchmarks/test_serialization_micro.py::test_date_format_function_no_info
0%
50.4 µs
50.2 µs
test_validate_literal[json-many_large_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-many_large_strings]
0%
16 µs
16 µs
test_to_string_format
tests/benchmarks/test_serialization_micro.py::test_to_string_format
0%
24.4 µs
24.3 µs
test_int_range_json
tests/benchmarks/test_micro_benchmarks.py::test_int_range_json
0%
15.6 µs
15.5 µs
test_validate_literal[json-few_ints]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-few_ints]
0%
15.3 µs
15.3 µs
test_small_class_core_dict
tests/benchmarks/test_micro_benchmarks.py::test_small_class_core_dict
0%
19.3 µs
19.2 µs
test_uuid_from_string_core
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_uuid_from_string_core
0%
33.5 µs
33.4 µs
test_core_python
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_core_python
0%
29.2 µs
29.1 µs
test_dataclass_serialization_python
tests/benchmarks/test_serialization_micro.py::test_dataclass_serialization_python
0%
23.2 µs
23.2 µs
test_core_str
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_core_str
0%
33.5 µs
33.4 µs
test_chain_two_functions
tests/benchmarks/test_micro_benchmarks.py::test_chain_two_functions
0%
27.7 µs
27.7 µs
test_tagged_union_int_keys_python
tests/benchmarks/test_micro_benchmarks.py::test_tagged_union_int_keys_python
0%
21.4 µs
21.4 µs
test_set_of_ints_core_length
tests/benchmarks/test_micro_benchmarks.py::test_set_of_ints_core_length
0%
682.9 µs
682 µs
test_int_error
tests/benchmarks/test_micro_benchmarks.py::test_int_error
0%
39.8 µs
39.7 µs
test_frozenset_of_ints_duplicates_core
tests/benchmarks/test_micro_benchmarks.py::test_frozenset_of_ints_duplicates_core
0%
143.4 µs
143.3 µs
test_model_instance
tests/benchmarks/test_micro_benchmarks.py::test_model_instance
0%
32.4 µs
32.4 µs
test_nested_schema_using_defs
tests/benchmarks/test_nested_benchmark.py::test_nested_schema_using_defs
0%
20 ms
20 ms
test_chain_list
tests/benchmarks/test_micro_benchmarks.py::test_chain_list
0%
25.6 µs
25.6 µs
test_dict_of_ints_core
tests/benchmarks/test_micro_benchmarks.py::test_dict_of_ints_core
0%
1 ms
1 ms
test_python_json_list_int
tests/benchmarks/test_serialization_micro.py::test_python_json_list_int
0%
143.3 µs
143.3 µs
test_core_dict
tests/benchmarks/test_serialization_micro.py::TestBenchmarkSimpleModel::test_core_dict
0%
75.8 µs
75.8 µs
test_decimal_from_string_core
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDecimal::test_decimal_from_string_core
0%
24 µs
24 µs
test_core_model_json_extra
tests/benchmarks/test_serialization_micro.py::test_core_model_json_extra
0%
29.5 µs
29.5 µs
test_json_direct_list_int
tests/benchmarks/test_serialization_micro.py::test_json_direct_list_int
0%
129.3 µs
129.2 µs
test_filter
tests/benchmarks/test_serialization_micro.py::test_filter
0%
42.6 µs
42.6 µs
test_list_of_strs_json_uncached
tests/benchmarks/test_micro_benchmarks.py::test_list_of_strs_json_uncached
0%
461.2 µs
461.1 µs
test_json_any_list_int
tests/benchmarks/test_serialization_micro.py::test_json_any_list_int
0%
190 µs
190 µs
test_nested_schema_inlined
tests/benchmarks/test_nested_benchmark.py::test_nested_schema_inlined
0%
20.7 ms
20.7 ms
test_complete_core_serializer_to_python
tests/benchmarks/test_complete_benchmark.py::test_complete_core_serializer_to_python
0%
264.8 µs
264.8 µs
test_frozenset_of_ints_core
tests/benchmarks/test_micro_benchmarks.py::test_frozenset_of_ints_core
0%
248.8 µs
248.8 µs
test_validate_literal[python-few_str_enum]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-few_str_enum]
0%
15.1 µs
15.1 µs
test_set_of_ints_core_json_duplicates
tests/benchmarks/test_micro_benchmarks.py::test_set_of_ints_core_json_duplicates
0%
470.8 µs
470.8 µs
test_strict_int
tests/benchmarks/test_micro_benchmarks.py::test_strict_int
0%
13.5 µs
13.5 µs
test_isinstance_json
tests/benchmarks/test_micro_benchmarks.py::test_isinstance_json
0%
17.7 µs
17.7 µs
test_isinstance_string_lax_false
tests/benchmarks/test_micro_benchmarks.py::test_isinstance_string_lax_false
0%
15.4 µs
15.4 µs
test_core_python_fs
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkSimpleModel::test_core_python_fs
0%
73.7 µs
73.7 µs
test_complete_core_serializer_to_json
tests/benchmarks/test_complete_benchmark.py::test_complete_core_serializer_to_json
0%
276.5 µs
276.6 µs
test_date_from_datetime_str
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateX::test_date_from_datetime_str
0%
18.6 µs
18.6 µs
test_build_schema
tests/benchmarks/test_complete_benchmark.py::test_build_schema
0%
835.6 µs
835.8 µs
test_ser_list_of_lists
tests/benchmarks/test_serialization_micro.py::test_ser_list_of_lists
0%
1.2 ms
1.2 ms
test_definition_in_tree
tests/benchmarks/test_micro_benchmarks.py::test_definition_in_tree
0%
714.2 µs
714.5 µs
test_to_json_list_of_lists
tests/benchmarks/test_serialization_micro.py::test_to_json_list_of_lists
0%
1.7 ms
1.7 ms
test_dataclass_to_json
tests/benchmarks/test_serialization_micro.py::test_dataclass_to_json
0%
39.8 µs
39.8 µs
test_raise_error_value_error
tests/benchmarks/test_micro_benchmarks.py::test_raise_error_value_error
0%
36.1 µs
36.1 µs
test_set_of_ints_core
tests/benchmarks/test_micro_benchmarks.py::test_set_of_ints_core
0%
669.9 µs
670.4 µs
test_dict_of_any_core
tests/benchmarks/test_micro_benchmarks.py::test_dict_of_any_core
0%
753.5 µs
754 µs
test_model_exclude_unset_false
tests/benchmarks/test_serialization_micro.py::test_model_exclude_unset_false
0%
29.1 µs
29.1 µs
test_set_of_ints_core_json
tests/benchmarks/test_micro_benchmarks.py::test_set_of_ints_core_json
0%
867.5 µs
868.3 µs
test_dataclass_serialization_json
tests/benchmarks/test_serialization_micro.py::test_dataclass_serialization_json
0%
25 µs
25 µs
test_core_model_py
tests/benchmarks/test_serialization_micro.py::test_core_model_py
0%
27.4 µs
27.4 µs
test_python_json_list_str
tests/benchmarks/test_serialization_micro.py::test_python_json_list_str
0%
152 µs
152.2 µs
test_python_json_list_none
tests/benchmarks/test_serialization_micro.py::test_python_json_list_none
0%
118.5 µs
118.6 µs
test_positional_tuple
tests/benchmarks/test_micro_benchmarks.py::test_positional_tuple
0%
19.2 µs
19.3 µs
test_tuple_many_variable
tests/benchmarks/test_micro_benchmarks.py::test_tuple_many_variable
0%
19 µs
19.1 µs
test_definition_model_core
tests/benchmarks/test_micro_benchmarks.py::test_definition_model_core
0%
1.2 ms
1.2 ms
test_validate_literal[json-few_str_enum]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-few_str_enum]
0%
19.8 µs
19.8 µs
test_set_of_ints_core_duplicates
tests/benchmarks/test_micro_benchmarks.py::test_set_of_ints_core_duplicates
0%
306.1 µs
306.6 µs
test_model_core_json
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateTime::test_model_core_json
0%
36 µs
36.1 µs
test_model_core_json
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_model_core_json
0%
47.2 µs
47.3 µs
test_validate_literal[json-many_ints]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-many_ints]
0%
15.3 µs
15.3 µs
test_validate_literal[python-few_ints]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-few_ints]
0%
14.5 µs
14.5 µs
test_definition_out_of_tree
tests/benchmarks/test_micro_benchmarks.py::test_definition_out_of_tree
0%
956.4 µs
958.3 µs
test_enum_str_python
tests/benchmarks/test_micro_benchmarks.py::test_enum_str_python
0%
23.7 µs
23.8 µs
test_json_any_list_str
tests/benchmarks/test_serialization_micro.py::test_json_any_list_str
0%
219 µs
219.5 µs
test_model_list_core_json
tests/benchmarks/test_serialization_micro.py::test_model_list_core_json
0%
148.1 µs
148.4 µs
test_model_exclude_unset_true
tests/benchmarks/test_serialization_micro.py::test_model_exclude_unset_true
0%
35.3 µs
35.4 µs
test_list_of_any_core_py
tests/benchmarks/test_micro_benchmarks.py::test_list_of_any_core_py
0%
97.8 µs
98.1 µs
test_uuid_from_string_pyd
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_uuid_from_string_pyd
0%
49.4 µs
49.5 µs
test_date_from_datetime
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateX::test_date_from_datetime
0%
21.5 µs
21.6 µs
test_tuple_many_positional
tests/benchmarks/test_micro_benchmarks.py::test_tuple_many_positional
0%
19 µs
19 µs
test_uuid
tests/benchmarks/test_serialization_micro.py::test_uuid
0%
22.8 µs
22.8 µs
test_core_model_json
tests/benchmarks/test_serialization_micro.py::test_core_model_json
0%
25.6 µs
25.7 µs
test_many_models_core_dict
tests/benchmarks/test_micro_benchmarks.py::test_many_models_core_dict
0%
1.1 ms
1.2 ms
test_many_models_core_model
tests/benchmarks/test_micro_benchmarks.py::test_many_models_core_model
0%
3.2 ms
3.2 ms
test_core_python
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateTime::test_core_python
0%
30.4 µs
30.5 µs
test_json_direct_list_str
tests/benchmarks/test_serialization_micro.py::test_json_direct_list_str
0%
155.1 µs
155.7 µs
test_validate_literal[json-few_small_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-few_small_strings]
0%
15.7 µs
15.8 µs
test_validate_literal[python-many_ints]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-many_ints]
0%
14.4 µs
14.5 µs
test_validate_literal[python-many_small_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-many_small_strings]
0%
14.6 µs
14.7 µs
test_core_raw
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_core_raw
0%
13.7 µs
13.8 µs
test_core_string_lax_wrong
tests/benchmarks/test_micro_benchmarks.py::test_core_string_lax_wrong
0%
26.6 µs
26.7 µs
test_list_of_strs_json_cached
tests/benchmarks/test_micro_benchmarks.py::test_list_of_strs_json_cached
0%
315.2 µs
316.7 µs
test_with_default
tests/benchmarks/test_micro_benchmarks.py::test_with_default
0%
22.1 µs
22.2 µs
test_small_class_core_model
tests/benchmarks/test_micro_benchmarks.py::test_small_class_core_model
0%
30.5 µs
30.6 µs
test_generator_python
tests/benchmarks/test_micro_benchmarks.py::test_generator_python
-1%
26.9 µs
27 µs
test_date_from_str
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateX::test_date_from_str
-1%
16.5 µs
16.6 µs
test_validate_literal[json-few_large_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-few_large_strings]
-1%
15.8 µs
15.9 µs
test_field_function_validator
tests/benchmarks/test_micro_benchmarks.py::test_field_function_validator
-1%
385.8 µs
388 µs
test_isinstance_string_strict_false
tests/benchmarks/test_micro_benchmarks.py::test_isinstance_string_strict_false
-1%
15 µs
15.1 µs
test_core_str
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateTime::test_core_str
-1%
19.4 µs
19.5 µs
test_list_of_nullable_core
tests/benchmarks/test_micro_benchmarks.py::test_list_of_nullable_core
-1%
101.1 µs
101.7 µs
test_complete_core_json
tests/benchmarks/test_complete_benchmark.py::test_complete_core_json
-1%
497.9 µs
500.9 µs
test_date_from_date
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateX::test_date_from_date
-1%
13.9 µs
14 µs
test_isinstance_string_lax_true
tests/benchmarks/test_micro_benchmarks.py::test_isinstance_string_lax_true
-1%
13.7 µs
13.8 µs
test_decimal_from_string_limit
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDecimal::test_decimal_from_string_limit
-1%
18.1 µs
18.3 µs
test_model_instance_abc
tests/benchmarks/test_micro_benchmarks.py::test_model_instance_abc
-1%
32.6 µs
32.9 µs
test_bytes_core
tests/benchmarks/test_micro_benchmarks.py::test_bytes_core
-1%
13.4 µs
13.5 µs
test_core_string_strict_wrong
tests/benchmarks/test_micro_benchmarks.py::test_core_string_strict_wrong
-1%
26.3 µs
26.5 µs
test_list_of_ints_core_json
tests/benchmarks/test_micro_benchmarks.py::test_list_of_ints_core_json
-1%
768.5 µs
773.8 µs
test_dont_raise_error
tests/benchmarks/test_micro_benchmarks.py::test_dont_raise_error
-1%
19.9 µs
20.1 µs
test_complete_core_error
tests/benchmarks/test_complete_benchmark.py::test_complete_core_error
-1%
1.8 ms
1.9 ms
test_list_of_dict_models_core
tests/benchmarks/test_micro_benchmarks.py::test_list_of_dict_models_core
-1%
134.2 µs
135.1 µs
test_core_string_strict_wrong_str_e
tests/benchmarks/test_micro_benchmarks.py::test_core_string_strict_wrong_str_e
-1%
40.3 µs
40.6 µs
test_variable_tuple
tests/benchmarks/test_micro_benchmarks.py::test_variable_tuple
-1%
18.9 µs
19.1 µs
test_dont_raise_error_no_info
tests/benchmarks/test_micro_benchmarks.py::test_dont_raise_error_no_info
-1%
17.7 µs
17.9 µs
test_validate_literal[python-few_large_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-few_large_strings]
-1%
14.7 µs
14.8 µs
test_validate_literal[python-few_small_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-few_small_strings]
-1%
14.6 µs
14.7 µs
test_validate_literal[json-many_small_strings]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-many_small_strings]
-1%
15.8 µs
15.9 µs
test_core_python
tests/benchmarks/test_micro_benchmarks.py::TestModelLarge::test_core_python
-1%
137.7 µs
138.8 µs
test_core_future
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateX::test_core_future
-1%
17.7 µs
17.8 µs
test_isinstance_string_strict_true
tests/benchmarks/test_micro_benchmarks.py::test_isinstance_string_strict_true
-1%
13.6 µs
13.8 µs
test_core_string_strict
tests/benchmarks/test_micro_benchmarks.py::test_core_string_strict
-1%
13.5 µs
13.6 µs
test_core_string_lax
tests/benchmarks/test_micro_benchmarks.py::test_core_string_lax
-1%
13.5 µs
13.6 µs
test_chain_function
tests/benchmarks/test_micro_benchmarks.py::test_chain_function
-1%
24.9 µs
25.1 µs
test_validate_literal[python-few_mixed]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[python-few_mixed]
-1%
16.6 µs
16.7 µs
test_core_future_str
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateTime::test_core_future_str
-1%
19.7 µs
19.9 µs
test_core_root_model
tests/benchmarks/test_micro_benchmarks.py::test_core_root_model
-1%
36.3 µs
36.6 µs
test_strict_union_core
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUnion::test_strict_union_core
-1%
16.3 µs
16.4 µs
test_enum_int_core
tests/benchmarks/test_micro_benchmarks.py::test_enum_int_core
-1%
15.2 µs
15.3 µs
test_int_range
tests/benchmarks/test_micro_benchmarks.py::test_int_range
-1%
14.5 µs
14.7 µs
test_core_future_str
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateX::test_core_future_str
-1%
17.3 µs
17.5 µs
test_tagged_union_int_keys_json
tests/benchmarks/test_micro_benchmarks.py::test_tagged_union_int_keys_json
-1%
26.2 µs
26.4 µs
test_list_of_ints_core_py
tests/benchmarks/test_micro_benchmarks.py::test_list_of_ints_core_py
-1%
488.6 µs
493.6 µs
test_core_raw
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkDateTime::test_core_raw
-1%
14 µs
14.1 µs
test_smart_union_coerce_core
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUnion::test_smart_union_coerce_core
-1%
17.1 µs
17.3 µs
test_enum_str_core
tests/benchmarks/test_micro_benchmarks.py::test_enum_str_core
-1%
14.8 µs
15 µs
test_enum_int_python
tests/benchmarks/test_micro_benchmarks.py::test_enum_int_python
-1%
23.8 µs
24.1 µs
test_uuid_from_uuid_pyd
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUUID::test_uuid_from_uuid_pyd
-1%
14.5 µs
14.7 µs
test_strict_int_fails
tests/benchmarks/test_micro_benchmarks.py::test_strict_int_fails
-1%
26.2 µs
26.5 µs
test_dict_of_ints_core_json
tests/benchmarks/test_micro_benchmarks.py::test_dict_of_ints_core_json
-1%
1.4 ms
1.4 ms
test_date_format
tests/benchmarks/test_serialization_micro.py::test_date_format
-1%
50.3 µs
51.1 µs
test_validate_literal[json-few_mixed]
tests/benchmarks/test_micro_benchmarks.py::test_validate_literal[json-few_mixed]
-1%
18.2 µs
18.5 µs
test_date_format_function
tests/benchmarks/test_serialization_micro.py::test_date_format_function
-2%
50.8 µs
51.6 µs
test_bool_core
tests/benchmarks/test_micro_benchmarks.py::test_bool_core
-2%
22.4 µs
22.8 µs
test_smart_union_core
tests/benchmarks/test_micro_benchmarks.py::TestBenchmarkUnion::test_smart_union_core
-2%
15.5 µs
15.8 µs
test_complete_core_isinstance
tests/benchmarks/test_complete_benchmark.py::test_complete_core_isinstance
-2%
1.8 ms
1.8 ms
test_arguments
tests/benchmarks/test_micro_benchmarks.py::test_arguments
-3%
25.4 µs
26.3 µs
test_generator_rust
tests/benchmarks/test_micro_benchmarks.py::test_generator_rust
-3%
19.9 µs
20.6 µs
test_to_string_direct
tests/benchmarks/test_serialization_micro.py::test_to_string_direct
-5%
18.5 µs
19.5 µs

Commits

Click on a commit to change the comparison range
base
main
ba8eab4
0%
WIP
f6508d2
22 days ago
by BoxyUwU
ResourcesHomePricingDocsBlogGitHubChangelog