sparckles
Robyn
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
wip: add pydantic support
#1247
Comparing
feat/pydantic-support
(
b15cabb
) with
main
(
a77063a
)
CodSpeed Performance Gauge
0%
Untouched
150
No successful run was found on
main
(
ffb7ebc
) during the generation of this report, so
a77063a
was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Passed
test_sse_streaming_async_real_time
integration_tests/test_sse.py
CodSpeed Performance Gauge
+1%
6.2 ms
6.2 ms
test_add_request_header
integration_tests/test_app.py
CodSpeed Performance Gauge
+1%
649.2 µs
645.2 µs
test_add_response_header
integration_tests/test_app.py
CodSpeed Performance Gauge
+1%
649.5 µs
646.1 µs
test_sse_streaming_sync_real_time
integration_tests/test_sse.py
CodSpeed Performance Gauge
+1%
5.9 ms
5.8 ms
test_invalid_authentication_no_token[async]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_invalid_authentication_token[sync]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.6 ms
4.5 ms
test_patch[sync]
integration_tests/test_patch_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_put_with_param[async]
integration_tests/test_put_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_method[split_request_untyped-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.6 ms
test_invalid_authentication_no_token[sync]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_allow_cors
integration_tests/test_app.py
CodSpeed Performance Gauge
0%
754.7 µs
752 µs
test_split_request_params_get_path_params[split_request_typed-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_file_download[async]
integration_tests/test_file_download.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_docs_handler
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
4.4 ms
4.4 ms
test_custom_openapi_spec
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
762.2 µs
759.8 µs
test_json_get[/async/json/const-expected_json3]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_http_request_info_get[/async/http/param-expected_json1]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.6 ms
test_exception_handling[/sync/exception/put-put]
integration_tests/test_exception_handling.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_patch[async]
integration_tests/test_patch_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_template[sync]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_invalid_authentication_token[async]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.6 ms
4.5 ms
test_split_request_params_get_path_params[split_request_typed-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_valid_authentication[async]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_body[split_request_typed-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_serve_html[async]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_cookies[fakesession-fake-cookie-session-value]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_split_request_params_get_headers[split_request_untyped-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_binary_output[/async/octet/response-async octet response]
integration_tests/test_binary_output.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_get_method[split_request_typed-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_default_url_index_request
integration_tests/test_base_url.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_patch_with_param[async]
integration_tests/test_patch_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_exception_handling[/sync/post/no_dec-post]
integration_tests/test_add_route_without_decorator.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_exception_handling[/async/exception/put-put]
integration_tests/test_exception_handling.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_invalid_authentication_header[async]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.6 ms
4.5 ms
test_template[async]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_combined_failure[sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_lifecycle_handlers
integration_tests/test_app.py
CodSpeed Performance Gauge
0%
679.5 µs
678.2 µs
test_param_suffix[async]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
8.7 ms
8.7 ms
test_basic_get[/sync/str-sync str get-None-None]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_post_with_param[async]
integration_tests/test_post_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_put[sync]
integration_tests/test_put_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_exception_handling[/async/get/no_dec-get]
integration_tests/test_add_route_without_decorator.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_add_openapi_path
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
6.5 ms
6.4 ms
test_split_request_params_get_method[split_request_typed-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_form_data[sync]
integration_tests/test_multipart_data.py
CodSpeed Performance Gauge
0%
4.8 ms
4.8 ms
test_param[async]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
8.6 ms
8.6 ms
test_post[async]
integration_tests/test_post_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_json_get[/sync/json/const-expected_json2]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_exception_handling[/async/put/no_dec-put]
integration_tests/test_add_route_without_decorator.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_basic_get[/sync/response/const-sync response const get-sync_const-response]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_basic_get[/sync/str/const-sync str const get-None-None]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_param_suffix[sync]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
8.7 ms
8.7 ms
test_sse_custom_headers
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.7 ms
4.6 ms
test_sync_500_internal_server_error[async]
integration_tests/test_status_code.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_json_get[/async/json-expected_json1]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_basic_get[/async/dict-async dict get-async-dict]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_param[sync]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
8.6 ms
8.6 ms
test_basic_get[/async/response-async response get-async-response]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_get_headers[split_request_untyped-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_put[async]
integration_tests/test_put_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_get_body[split_request_untyped-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_global_middleware
integration_tests/test_middlewares.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_put_with_param[sync]
integration_tests/test_put_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_exception_handling[/sync/put/no_dec-put]
integration_tests/test_add_route_without_decorator.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_query_params[split_request_untyped-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
13.2 ms
13.2 ms
test_sub_router_head
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_middlewares[sync]
integration_tests/test_middlewares.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_path_params[split_request_untyped-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_binary_output[/sync/octet/response-sync octet response]
integration_tests/test_binary_output.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_add_subrouter_paths
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
6.5 ms
6.4 ms
test_exception_handling[/sync/exception/post-post]
integration_tests/test_exception_handling.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_exception_handling[/async/exception/post-post]
integration_tests/test_exception_handling.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_sub_router[get]
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_basic_get[/sync/dict-sync dict get-sync-dict]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_post_with_param[sync]
integration_tests/test_post_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_body[split_request_untyped-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_typed_untyped_post_combined[sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_delete[sync]
integration_tests/test_delete_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_typed_untyped_post_combined[async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_invalid_authentication_header[sync]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.6 ms
4.5 ms
test_split_request_params_get_headers[split_request_typed-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_post[sync]
integration_tests/test_post_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_openapi_request_body
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
6.5 ms
6.5 ms
test_exception_handling[/sync/get/no_dec-get]
integration_tests/test_add_route_without_decorator.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_exception_handling[/async/post/no_dec-post]
integration_tests/test_add_route_without_decorator.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_binary_output[/async/octet-async octet]
integration_tests/test_binary_output.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_get_combined[split_request_untyped-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_trailing_slash
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
8.5 ms
8.5 ms
test_serve_html[sync]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_combined_failure[async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_split_request_params_get_headers[split_request_typed-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_valid_authentication[sync]
integration_tests/test_authentication.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_combined[split_request_typed-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_split_request_params_get_query_params[split_request_typed-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
13.2 ms
13.2 ms
test_sub_router[put]
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_method[split_request_untyped-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_patch_with_param[sync]
integration_tests/test_patch_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_query_params[split_request_typed-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
13.2 ms
13.1 ms
test_json_get[/sync/json-expected_json0]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_404_not_found
integration_tests/test_status_code.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_split_request_params_get_body[split_request_typed-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_delete_with_param[sync]
integration_tests/test_delete_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_openapi_query_params
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
6.5 ms
6.5 ms
test_multipart_file[sync]
integration_tests/test_multipart_data.py
CodSpeed Performance Gauge
0%
4.8 ms
4.8 ms
test_response_in_before_middleware
integration_tests/test_middlewares.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_sse_optimization_headers
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_get_combined[split_request_typed-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_http_request_info_get[/sync/http/param-expected_json0]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_delete[async]
integration_tests/test_delete_requests.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_basic_get[/async/str/const-async str const get-None-None]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_basic_get[/sync/response-sync response get-sync-response]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_get_combined[split_request_untyped-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_sub_router[delete]
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_global_index_request
integration_tests/test_base_url.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_sse_formatted_messages
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_basic_get[/async/dict/const-async dict const get-async_const-dict]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_delete_with_param[async]
integration_tests/test_delete_requests.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_queries[async]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
8.7 ms
8.7 ms
test_openapi_response_body
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
6.5 ms
6.5 ms
test_split_request_params_get_query_params[split_request_untyped-async]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
13.2 ms
13.2 ms
test_sub_router[trace]
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_exception_handling[/sync/exception/get-get]
integration_tests/test_exception_handling.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_sse_json_data
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_basic_get[/sync/dict/const-sync dict const get-sync_const-dict]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_file_download[sync]
integration_tests/test_file_download.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_202_status_code
integration_tests/test_status_code.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_binary_output[/sync/octet-sync octet]
integration_tests/test_binary_output.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_sync_500_internal_server_error[sync]
integration_tests/test_status_code.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_json_handler
integration_tests/test_openapi.py
CodSpeed Performance Gauge
0%
6.4 ms
6.4 ms
test_local_index_request
integration_tests/test_base_url.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_sse_named_events
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_middlewares[async]
integration_tests/test_middlewares.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_sub_router[patch]
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_sub_router[post]
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_web_socket_raw_benchmark
integration_tests/test_web_sockets.py
CodSpeed Performance Gauge
0%
1.6 ms
1.6 ms
test_basic_get[/async/response/const-async response const get-async_const-response]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_split_request_params_get_path_params[split_request_untyped-sync]
integration_tests/test_split_request_params.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_queries[sync]
integration_tests/test_get_requests.py
CodSpeed Performance Gauge
0%
8.7 ms
8.7 ms
test_sse_single_message
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_404_status_code
integration_tests/test_status_code.py
CodSpeed Performance Gauge
0%
4.5 ms
4.5 ms
test_sse_custom_status_code
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_basic_get[/async/str-async str get-None-None]
integration_tests/test_basic_routes.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_exception_handling[/async/exception/get-get]
integration_tests/test_exception_handling.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_sse_empty_stream
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_sse_basic_stream
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_sse_async_endpoint
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
test_sse_basic_headers
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_sub_router[options]
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_sse_middleware_compatibility
integration_tests/test_sse.py
CodSpeed Performance Gauge
0%
4.6 ms
4.6 ms
test_sub_router_web_socket
integration_tests/test_subrouter.py
CodSpeed Performance Gauge
0%
1 ms
1.1 ms
Commits
Click on a commit to change the comparison range
Base
main
a77063a
+0.1%
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
b15cabb
28 days ago
by pre-commit-ci[bot]
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs