Skip to content

rfc: merge upload_examples/_multipart #946

rfc: merge upload_examples/_multipart

rfc: merge upload_examples/_multipart #946

Triggered via pull request January 30, 2025 05:53
Status Success
Total duration 7m 36s
Artifacts

py-bench.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 notices
Benchmark results: python/docs/create_api_rst.py#L1
........... WARNING: the benchmark result may be unstable * the standard deviation (75.5 ms) is 11% of the mean (675 ms) Try to rerun the benchmark with more runs, values and/or loops. Run 'python -m pyperf system tune' command to reduce the system jitter. Use pyperf stats, pyperf dump and pyperf hist to analyze results. Use --quiet option to hide these warnings. create_5_000_run_trees: Mean +- std dev: 675 ms +- 75 ms ........... create_10_000_run_trees: Mean +- std dev: 1.32 sec +- 0.09 sec ........... create_20_000_run_trees: Mean +- std dev: 2.64 sec +- 0.18 sec ........... dumps_class_nested_py_branch_and_leaf_200x400: Mean +- std dev: 713 us +- 9 us ........... dumps_class_nested_py_leaf_50x100: Mean +- std dev: 24.7 ms +- 0.2 ms ........... dumps_class_nested_py_leaf_100x200: Mean +- std dev: 104 ms +- 3 ms ........... dumps_dataclass_nested_50x100: Mean +- std dev: 24.9 ms +- 0.4 ms ........... WARNING: the benchmark result may be unstable * the standard deviation (15.6 ms) is 22% of the mean (69.6 ms) Try to rerun the benchmark with more runs, values and/or loops. Run 'python -m pyperf system tune' command to reduce the system jitter. Use pyperf stats, pyperf dump and pyperf hist to analyze results. Use --quiet option to hide these warnings. dumps_pydantic_nested_50x100: Mean +- std dev: 69.6 ms +- 15.6 ms ........... dumps_pydanticv1_nested_50x100: Mean +- std dev: 195 ms +- 3 ms
Comparison against main: python/docs/create_api_rst.py#L1
+-----------------------------------------------+----------+------------------------+ | Benchmark | main | changes | +===============================================+==========+========================+ | dumps_pydanticv1_nested_50x100 | 220 ms | 195 ms: 1.13x faster | +-----------------------------------------------+----------+------------------------+ | create_20_000_run_trees | 2.70 sec | 2.64 sec: 1.02x faster | +-----------------------------------------------+----------+------------------------+ | create_5_000_run_trees | 684 ms | 675 ms: 1.01x faster | +-----------------------------------------------+----------+------------------------+ | dumps_class_nested_py_leaf_50x100 | 25.0 ms | 24.7 ms: 1.01x faster | +-----------------------------------------------+----------+------------------------+ | dumps_dataclass_nested_50x100 | 25.2 ms | 24.9 ms: 1.01x faster | +-----------------------------------------------+----------+------------------------+ | create_10_000_run_trees | 1.33 sec | 1.32 sec: 1.01x faster | +-----------------------------------------------+----------+------------------------+ | dumps_class_nested_py_leaf_100x200 | 104 ms | 104 ms: 1.00x faster | +-----------------------------------------------+----------+------------------------+ | dumps_class_nested_py_branch_and_leaf_200x400 | 709 us | 713 us: 1.01x slower | +-----------------------------------------------+----------+------------------------+ | dumps_pydantic_nested_50x100 | 67.0 ms | 69.6 ms: 1.04x slower | +-----------------------------------------------+----------+------------------------+ | Geometric mean | (ref) | 1.02x faster | +-----------------------------------------------+----------+------------------------+