BlogDocs

Inconsistent behaviour between Cython and CPython (or lack of docs, or both)(#991)

Comparing
pajod:test-cmod-utfseq
(
d76fc99
) with
master
(
fd1c2c9
)
0%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
64
NEW
0
DROPPED
0
IGNORED
0

Benchmarks

Passed

test_url_build_access_fragment
tests/test_url_benchmarks.py::test_url_build_access_fragment
+3%
742.5 µs
722.5 µs
test_url_build_access_raw_path
tests/test_url_benchmarks.py::test_url_build_access_raw_path
+2%
790.5 µs
771.3 µs
test_query
tests/test_url_benchmarks.py::test_query
+1%
63.4 µs
62.8 µs
test_unquoter_long_ascii
tests/test_quoting_benchmarks.py::test_unquoter_long_ascii
+1%
4.3 ms
4.3 ms
test_url_make_empty_password
tests/test_url_benchmarks.py::test_url_make_empty_password
+1%
918.9 µs
914.1 µs
test_url_joinpath_with_truediv
tests/test_url_benchmarks.py::test_url_joinpath_with_truediv
0%
1.5 ms
1.5 ms
test_url_make_access_raw_path
tests/test_url_benchmarks.py::test_url_make_access_raw_path
0%
891.3 µs
887.3 µ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%
1.1 ms
1.1 ms
test_url_make_empty_username
tests/test_url_benchmarks.py::test_url_make_empty_username
0%
927.3 µs
923.9 µs
test_url_with_port
tests/test_url_benchmarks.py::test_url_with_port
0%
957.7 µs
954.3 µs
test_url_build_with_host_and_port
tests/test_url_benchmarks.py::test_url_build_with_host_and_port
0%
808.8 µs
806.2 µs
test_url_make_with_ipv4_address_and_path
tests/test_url_benchmarks.py::test_url_make_with_ipv4_address_and_path
0%
833.5 µs
830.9 µs
test_empty_query
tests/test_url_benchmarks.py::test_empty_query
0%
63.9 µs
63.8 µs
test_url_with_user
tests/test_url_benchmarks.py::test_url_with_user
0%
971.6 µs
968.9 µs
test_url_build_with_host_path_and_port
tests/test_url_benchmarks.py::test_url_build_with_host_path_and_port
0%
724.4 µs
722.4 µs
test_url_with_fragment
tests/test_url_benchmarks.py::test_url_with_fragment
0%
799.4 µs
797.4 µs
test_url_join
tests/test_url_benchmarks.py::test_url_join
0%
1.1 ms
1.1 ms
test_url_make_with_ipv4_address_path_and_port
tests/test_url_benchmarks.py::test_url_make_with_ipv4_address_path_and_port
0%
982.7 µs
980.4 µs
test_url_equality
tests/test_url_benchmarks.py::test_url_equality
0%
1.8 ms
1.8 ms
test_url_with_query_to_string
tests/test_url_benchmarks.py::test_url_with_query_to_string
0%
369.1 µs
368.4 µs
test_unquoter_long_pct
tests/test_quoting_benchmarks.py::test_unquoter_long_pct
0%
6.9 ms
6.9 ms
test_url_build_encoded_with_host_and_port
tests/test_url_benchmarks.py::test_url_build_encoded_with_host_and_port
0%
505.3 µs
504.4 µs
test_url_build_with_different_hosts
tests/test_url_benchmarks.py::test_url_build_with_different_hosts
0%
2 ms
1.9 ms
test_url_make_with_query_mapping
tests/test_url_benchmarks.py::test_url_make_with_query_mapping
0%
755.8 µs
754.8 µs
test_url_make_access_fragment
tests/test_url_benchmarks.py::test_url_make_access_fragment
0%
841.7 µs
840.7 µs
test_url_with_password
tests/test_url_benchmarks.py::test_url_with_password
0%
976.8 µs
975.9 µs
test_query_string
tests/test_url_benchmarks.py::test_query_string
0%
61.6 µs
61.6 µs
test_url_with_scheme
tests/test_url_benchmarks.py::test_url_with_scheme
0%
747.4 µs
747 µs
test_unquoter_short
tests/test_quoting_benchmarks.py::test_unquoter_short
0%
125.5 µs
125.5 µs
test_url_make_with_query_sequence_mapping
tests/test_url_benchmarks.py::test_url_make_with_query_sequence_mapping
0%
3.3 ms
3.3 ms
test_quoter_quote_utf8
tests/test_quoting_benchmarks.py::test_quoter_quote_utf8
0%
392.1 µs
392 µs
test_url_origin_with_user_pass
tests/test_url_benchmarks.py::test_url_origin_with_user_pass
0%
86.3 µs
86.3 µs
test_long_query_with_pct
tests/test_quoting_benchmarks.py::test_long_query_with_pct
0%
9.6 ms
9.6 ms
test_long_query
tests/test_quoting_benchmarks.py::test_long_query
0%
2.2 ms
2.2 ms
test_quote_long_path
tests/test_quoting_benchmarks.py::test_quote_long_path
0%
1.8 ms
1.8 ms
test_url_build_with_simple_query
tests/test_url_benchmarks.py::test_url_build_with_simple_query
0%
2.7 ms
2.7 ms
test_is_default_port
tests/test_url_benchmarks.py::test_is_default_port
0%
188 µs
188.1 µs
test_quote_query_string
tests/test_quoting_benchmarks.py::test_quote_query_string
0%
147 µs
147.1 µs
test_url_extend_query_simple_query_dict
tests/test_url_benchmarks.py::test_url_extend_query_simple_query_dict
0%
759 µs
759.3 µs
test_quoter_pct
tests/test_quoting_benchmarks.py::test_quoter_pct
0%
145 µs
145.1 µs
test_url_make_with_int_query_mapping
tests/test_url_benchmarks.py::test_url_make_with_int_query_mapping
0%
1.2 ms
1.2 ms
test_url_with_path_relative
tests/test_url_benchmarks.py::test_url_with_path_relative
0%
728 µs
728.4 µs
test_url_extend_query_existing_query_simple_query_dict
tests/test_url_benchmarks.py::test_url_extend_query_existing_query_simple_query_dict
0%
782.5 µs
783.1 µs
test_url_make_access_username_password
tests/test_url_benchmarks.py::test_url_make_access_username_password
0%
1 ms
1 ms
test_url_origin
tests/test_url_benchmarks.py::test_url_origin
0%
86.3 µs
86.4 µs
test_url_with_path_origin
tests/test_url_benchmarks.py::test_url_with_path_origin
0%
86.3 µs
86.4 µs
test_url_with_path
tests/test_url_benchmarks.py::test_url_with_path
0%
856.2 µs
857.6 µs
test_url_make_with_ipv6_address_and_path
tests/test_url_benchmarks.py::test_url_make_with_ipv6_address_and_path
0%
973.1 µs
974.8 µs
test_quoter_ascii
tests/test_quoting_benchmarks.py::test_quoter_ascii
0%
72.7 µs
72.9 µs
test_url_extend_query_existing_query_string
tests/test_url_benchmarks.py::test_url_extend_query_existing_query_string
0%
330.9 µs
331.8 µs
test_url_joinpath_encoded
tests/test_url_benchmarks.py::test_url_joinpath_encoded
0%
1.3 ms
1.3 ms
test_url_with_path_to_string
tests/test_url_benchmarks.py::test_url_with_path_to_string
0%
312.5 µs
313.5 µs
test_url_make_with_host_path_and_port
tests/test_url_benchmarks.py::test_url_make_with_host_path_and_port
0%
944.5 µs
947.6 µs
test_empty_query_string
tests/test_url_benchmarks.py::test_empty_query_string
-1%
60.4 µs
60.7 µs
test_url_to_string
tests/test_url_benchmarks.py::test_url_to_string
-1%
316.5 µs
318.2 µs
test_url_make_encoded_with_host_path_and_port
tests/test_url_benchmarks.py::test_url_make_encoded_with_host_path_and_port
-1%
316.8 µs
318.7 µs
test_url_make_with_many_hosts
tests/test_url_benchmarks.py::test_url_make_with_many_hosts
-2%
5.7 ms
5.9 ms
test_url_build_access_username_password
tests/test_url_benchmarks.py::test_url_build_access_username_password
-2%
987.8 µs
1,012.4 µs
test_url_with_host
tests/test_url_benchmarks.py::test_url_with_host
-3%
1.1 ms
1.1 ms
test_human_repr
tests/test_url_benchmarks.py::test_human_repr
-3%
10.8 ms
11.1 ms
test_url_build_access_raw_host
tests/test_url_benchmarks.py::test_url_build_access_raw_host
-4%
859.4 µs
893.8 µs
test_url_build_with_host
tests/test_url_benchmarks.py::test_url_build_with_host
-4%
588.6 µs
614.3 µs
test_url_make_access_raw_host
tests/test_url_benchmarks.py::test_url_make_access_raw_host
-6%
748.8 µs
792.7 µs
test_url_make_with_host_and_path
tests/test_url_benchmarks.py::test_url_make_with_host_and_path
-6%
712.2 µs
761.5 µs

Commits

Click on a commit to change the comparison range
base
master
fd1c2c9
0%
Merge branch 'master' into test-cmod-utfseq
09d7a37
28 days ago
by bdraco
0%
Merge branch 'master' into test-cmod-utfseq
31f35fe
23 days ago
by bdraco
0%
Merge branch 'master' into test-cmod-utfseq
d76fc99
23 days ago
by bdraco
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.