aio-libs
multidict
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Setup pre-commit hook for auto-formating both Python and C code
#1179
Merged
Comparing
reformat
(
f1697c5
) with
master
(
26987f9
)
CodSpeed Performance Gauge
+13%
Improvement
2
Untouched
242
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Improvement
Untouched
244 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_getall_istr_miss[pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+13%
39.7 µs
35.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_getall_str_miss[case-insensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+13%
38.5 µs
34.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_getall_str_hit[case-sensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+9%
100.3 µs
92 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_getall_istr_hit[pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+6%
97.8 µs
92.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_getall_str_hit[case-insensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+6%
96.7 µs
91.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_get_miss[case-sensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+4%
389 µs
372.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_insert_istr[pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
-4%
1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_get_istr_with_default_miss[pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+4%
478.7 µs
459.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_get_istr_miss[pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+4%
475.5 µs
457.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_keys_view_is_disjoint[case-sensitive-pure-python-module]
tests/test_views_benchmarks.py
CodSpeed Performance Gauge
+4%
538.7 µs
518.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_update_istr[c-extension-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
-4%
48.8 µs
50.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_get_miss[case-insensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+4%
461.8 µs
444.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_insert_str[case-sensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
-4%
924.5 µs
959.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_insert_str[case-insensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
-4%
1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_items_view_is_disjoint[case-sensitive-pure-python-module]
tests/test_views_benchmarks.py
CodSpeed Performance Gauge
+3%
612.8 µs
594.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_keys_view_is_disjoint[case-insensitive-pure-python-module]
tests/test_views_benchmarks.py
CodSpeed Performance Gauge
+3%
771.7 µs
748.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_update_istr_with_kwargs[c-extension-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+2%
117.3 µs
114.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_pop_str[case-sensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+2%
789.3 µs
771.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_items_view_is_disjoint[case-insensitive-pure-python-module]
tests/test_views_benchmarks.py
CodSpeed Performance Gauge
+2%
836.9 µs
817.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_keys_view_more[case-sensitive-pure-python-module]
tests/test_views_benchmarks.py
CodSpeed Performance Gauge
-2%
233.8 µs
239.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_items_view_more[case-sensitive-pure-python-module]
tests/test_views_benchmarks.py
CodSpeed Performance Gauge
-2%
258.5 µs
264.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_delitem_str[case-insensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
-2%
912.8 µs
933.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_delitem_str[case-sensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
-2%
830.2 µs
848.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_cimultidict_delitem_istr[pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
-2%
933.7 µs
953.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multidict_pop_str[case-insensitive-pure-python-module]
tests/test_multidict_benchmarks.py
CodSpeed Performance Gauge
+2%
874.4 µs
857.2 µs
1
2
3
4
5
...
10
Commits
Click on a commit to change the comparison range
Base
master
26987f9
-28.26%
Setup pre-commit hook for auto-formating both Python and C code
f3cdba7
1 year ago
by asvetlov
+28.19%
tune
335fd41
1 year ago
by asvetlov
+12.82%
spelling
f1697c5
1 year ago
by asvetlov
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs