BlogDocs

GitHub Actions
run

Base runon
master
at
24f814d
compared to head run on
master
at
41af4a3
from
16 days ago
×2.2
IMPROVEMENTS
34
REGRESSIONS
0
UNTOUCHED
49
NEW
0
DROPPED
0
IGNORED
1

Benchmarks

Improved

test_url_equality
tests/test_url_benchmarks.py::test_url_equality
×2.2
780.1 µs
358.1 µs
test_url_hash
tests/test_url_benchmarks.py::test_url_hash
+66%
323.3 µs
195.2 µs
test_url_with_path_relative
tests/test_url_benchmarks.py::test_url_with_path_relative
+52%
353.4 µs
232.7 µs
test_url_join
tests/test_url_benchmarks.py::test_url_join
+46%
469.2 µs
320.5 µs
test_url_with_scheme
tests/test_url_benchmarks.py::test_url_with_scheme
+46%
389.2 µs
266.2 µs
test_url_with_fragment
tests/test_url_benchmarks.py::test_url_with_fragment
+45%
432.3 µs
297.8 µs
test_url_with_path
tests/test_url_benchmarks.py::test_url_with_path
+39%
436.9 µs
313.9 µs
test_update_query_none
tests/test_url_benchmarks.py::test_update_query_none
+35%
122.7 µs
91.2 µs
test_update_query_empty
tests/test_url_benchmarks.py::test_update_query_empty
+34%
125.9 µs
94.2 µs
test_with_query_none
tests/test_url_benchmarks.py::test_with_query_none
+30%
141.1 µs
108.3 µs
test_url_with_path_parent
tests/test_url_benchmarks.py::test_url_with_path_parent
+30%
573.6 µs
442.7 µs
test_url_with_port
tests/test_url_benchmarks.py::test_url_with_port
+29%
559.1 µs
432.1 µs
test_with_query_empty
tests/test_url_benchmarks.py::test_with_query_empty
+29%
144.9 µs
112.7 µs
test_url_to_string
tests/test_url_benchmarks.py::test_url_to_string
+28%
308 µs
240 µs
test_url_with_user
tests/test_url_benchmarks.py::test_url_with_user
+28%
561.3 µs
438.7 µs
test_url_with_name
tests/test_url_benchmarks.py::test_url_with_name
+28%
590 µs
461.6 µs
test_url_with_password
tests/test_url_benchmarks.py::test_url_with_password
+27%
567.6 µs
445.5 µs
test_url_build_no_netloc_relative
tests/test_url_benchmarks.py::test_url_build_no_netloc_relative
+27%
447.3 µs
353.2 µs
test_url_build_no_netloc
tests/test_url_benchmarks.py::test_url_build_no_netloc
+26%
448.4 µs
356.1 µs
test_url_with_host
tests/test_url_benchmarks.py::test_url_with_host
+25%
616.6 µs
494.8 µs
test_url_build_encoded_with_host_and_port
tests/test_url_benchmarks.py::test_url_build_encoded_with_host_and_port
+24%
500.6 µs
402.9 µs
test_url_build_with_different_hosts
tests/test_url_benchmarks.py::test_url_build_with_different_hosts
+23%
1.3 ms
1 ms
test_url_build_with_host
tests/test_url_benchmarks.py::test_url_build_with_host
+23%
504.1 µs
410.4 µs
test_url_build_access_fragment
tests/test_url_benchmarks.py::test_url_build_access_fragment
+20%
607.8 µs
505.9 µs
test_url_with_query_to_string
tests/test_url_benchmarks.py::test_url_with_query_to_string
+20%
356.8 µs
298.5 µs
test_url_build_with_host_path_and_port
tests/test_url_benchmarks.py::test_url_build_with_host_path_and_port
+19%
636.6 µs
535.2 µs
test_url_build_access_raw_path
tests/test_url_benchmarks.py::test_url_build_access_raw_path
+18%
666.5 µs
565.3 µs
test_url_extend_query_existing_query_string
tests/test_url_benchmarks.py::test_url_extend_query_existing_query_string
+17%
224.3 µs
191.4 µs
test_url_build_access_raw_host
tests/test_url_benchmarks.py::test_url_build_access_raw_host
+17%
717.6 µs
613.3 µs
test_url_build_with_host_and_port
tests/test_url_benchmarks.py::test_url_build_with_host_and_port
+16%
717.7 µs
617.1 µs
test_url_joinpath_encoded
tests/test_url_benchmarks.py::test_url_joinpath_encoded
+16%
871.8 µs
750.4 µs
test_url_joinpath_with_truediv
tests/test_url_benchmarks.py::test_url_joinpath_with_truediv
+15%
1,012.9 µs
882.1 µs
test_url_build_access_username_password
tests/test_url_benchmarks.py::test_url_build_access_username_password
+14%
799.8 µs
698.6 µs
test_url_with_path_to_string
tests/test_url_benchmarks.py::test_url_with_path_to_string
+14%
302.5 µs
264.3 µs

Passed

test_url_make_with_many_hosts
tests/test_url_benchmarks.py::test_url_make_with_many_hosts
+8%
3.6 ms
3.4 ms
test_url_make_with_many_ipv4_hosts
tests/test_url_benchmarks.py::test_url_make_with_many_ipv4_hosts
+8%
3.6 ms
3.4 ms
test_update_query_mapping
tests/test_url_benchmarks.py::test_update_query_mapping
+6%
936 µs
885.3 µs
test_url_make_with_many_ipv6_hosts
tests/test_url_benchmarks.py::test_url_make_with_many_ipv6_hosts
+6%
4.8 ms
4.5 ms
test_url_extend_query_simple_query_dict
tests/test_url_benchmarks.py::test_url_extend_query_simple_query_dict
+5%
643.3 µs
610.1 µs
test_with_query_mapping
tests/test_url_benchmarks.py::test_with_query_mapping
+5%
644.5 µs
611.6 µs
test_url_extend_query_existing_query_simple_query_dict
tests/test_url_benchmarks.py::test_url_extend_query_existing_query_simple_query_dict
+5%
664.1 µs
631.9 µs
test_update_query_string
tests/test_url_benchmarks.py::test_update_query_string
+5%
711.8 µs
677.7 µs
test_url_build_with_simple_query
tests/test_url_benchmarks.py::test_url_build_with_simple_query
+4%
2.6 ms
2.5 ms
test_is_default_port
tests/test_url_benchmarks.py::test_is_default_port
+4%
188.3 µs
181.8 µs
test_with_query_mapping_int_values
tests/test_url_benchmarks.py::test_with_query_mapping_int_values
+3%
972.7 µs
940 µs
test_extend_query_subclassed_str
tests/test_url_benchmarks.py::test_extend_query_subclassed_str
+3%
969.9 µs
937.4 µs
test_raw_host_empty_cache
tests/test_url_benchmarks.py::test_raw_host_empty_cache
+3%
241 µs
234.3 µs
test_with_query_sequence_mapping
tests/test_url_benchmarks.py::test_with_query_sequence_mapping
+1%
3.2 ms
3.2 ms
test_update_query_sequence_mapping
tests/test_url_benchmarks.py::test_update_query_sequence_mapping
+1%
3.5 ms
3.5 ms
test_query_string
tests/test_url_benchmarks.py::test_query_string
+1%
50.8 µs
50.4 µs
test_empty_query
tests/test_url_benchmarks.py::test_empty_query
+1%
50.5 µs
50 µs
test_query
tests/test_url_benchmarks.py::test_query
+1%
50 µs
49.8 µs
test_url_make_with_host_and_path
tests/test_url_benchmarks.py::test_url_make_with_host_and_path
0%
220 µs
219 µs
test_human_repr
tests/test_url_benchmarks.py::test_human_repr
0%
10.4 ms
10.4 ms
test_url_origin
tests/test_url_benchmarks.py::test_url_origin
0%
84.5 µs
84.2 µs
test_url_origin_with_user_pass
tests/test_url_benchmarks.py::test_url_origin_with_user_pass
0%
84.1 µs
83.9 µs
test_url_make_no_netloc
tests/test_url_benchmarks.py::test_url_make_no_netloc
0%
218.7 µs
218.1 µs
test_url_host_port_subcomponent
tests/test_url_benchmarks.py::test_url_host_port_subcomponent
0%
464.7 µs
463.4 µs
test_url_make_with_ipv4_address_path_and_port
tests/test_url_benchmarks.py::test_url_make_with_ipv4_address_path_and_port
0%
219.2 µs
218.7 µs
test_url_make_encoded_with_host_path_and_port
tests/test_url_benchmarks.py::test_url_make_encoded_with_host_path_and_port
0%
270.5 µs
269.9 µs
test_url_make_empty_username
tests/test_url_benchmarks.py::test_url_make_empty_username
0%
219.9 µs
219.4 µs
test_url_with_path_origin
tests/test_url_benchmarks.py::test_url_with_path_origin
0%
83.7 µs
83.5 µs
test_url_make_empty_password
tests/test_url_benchmarks.py::test_url_make_empty_password
0%
218.5 µs
218.1 µs
test_url_make_access_username_password
tests/test_url_benchmarks.py::test_url_make_access_username_password
0%
273 µs
272.5 µs
test_unquoter_short
tests/test_quoting_benchmarks.py::test_unquoter_short
0%
125.9 µs
125.7 µs
test_quote_query_string
tests/test_quoting_benchmarks.py::test_quote_query_string
0%
148.2 µs
148 µs
test_url_make_with_ipv4_address_and_path
tests/test_url_benchmarks.py::test_url_make_with_ipv4_address_and_path
0%
218.2 µs
218.1 µs
test_long_query
tests/test_quoting_benchmarks.py::test_long_query
0%
2.2 ms
2.2 ms
test_long_query_with_pct
tests/test_quoting_benchmarks.py::test_long_query_with_pct
0%
9.7 ms
9.7 ms
test_quote_long_path
tests/test_quoting_benchmarks.py::test_quote_long_path
0%
1.8 ms
1.8 ms
test_url_make_with_ipv6_address_and_path
tests/test_url_benchmarks.py::test_url_make_with_ipv6_address_and_path
0%
218.1 µs
218.1 µs
test_quoter_quote_utf8
tests/test_quoting_benchmarks.py::test_quoter_quote_utf8
0%
393.3 µs
393.4 µs
test_url_make_access_raw_path
tests/test_url_benchmarks.py::test_url_make_access_raw_path
0%
246.7 µs
246.8 µs
test_quoter_pct
tests/test_quoting_benchmarks.py::test_quoter_pct
0%
145.1 µs
145.2 µs
test_url_make_with_host_path_and_port
tests/test_url_benchmarks.py::test_url_make_with_host_path_and_port
0%
218.2 µs
218.6 µs
test_url_make_access_fragment
tests/test_url_benchmarks.py::test_url_make_access_fragment
0%
246.9 µs
247.3 µs
test_quoter_ascii
tests/test_quoting_benchmarks.py::test_quoter_ascii
0%
73.6 µs
73.8 µs
test_url_make_access_raw_host
tests/test_url_benchmarks.py::test_url_make_access_raw_host
0%
247.2 µs
247.8 µs
test_url_make_with_ipv6_address_path_and_port
tests/test_url_benchmarks.py::test_url_make_with_ipv6_address_path_and_port
0%
218.2 µs
218.7 µs
test_url_make_no_netloc_relative
tests/test_url_benchmarks.py::test_url_make_no_netloc_relative
0%
218 µs
218.6 µs
test_empty_query_string
tests/test_url_benchmarks.py::test_empty_query_string
0%
50.6 µs
50.8 µs
test_unquoter_long_pct
tests/test_quoting_benchmarks.py::test_unquoter_long_pct
-1%
6.9 ms
7 ms
test_unquoter_long_ascii
tests/test_quoting_benchmarks.py::test_unquoter_long_ascii
-1%
4.3 ms
4.4 ms

Ignored

test_update_query_mapping_with_existing_queryIgnored
tests/test_url_benchmarks.py::test_update_query_mapping_with_existing_query
+11%
1.2 ms
1.1 ms
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.