aio-libs
async-lru
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat: faster done callback
#709
Comparing
BobTheBuidler:patch-4
(
f8f9f6d
) with
master
(
3341173
)
CodSpeed Performance Gauge
-17%
Regressions
4
Untouched
35
Benchmarks
Failed
test_internal_task_done_callback_microbenchmark[cancelled-func-bounded]
benchmark.py
Regression
CodSpeed Performance Gauge
-17%
3.5 ms
4.2 ms
test_internal_task_done_callback_microbenchmark[cancelled-func-unbounded]
benchmark.py
Regression
CodSpeed Performance Gauge
-17%
3.5 ms
4.2 ms
test_internal_task_done_callback_microbenchmark[finished-func-bounded]
benchmark.py
Regression
CodSpeed Performance Gauge
-16%
3.9 ms
4.6 ms
test_internal_task_done_callback_microbenchmark[finished-func-unbounded]
benchmark.py
Regression
CodSpeed Performance Gauge
-16%
3.9 ms
4.6 ms
Passed
test_internal_cache_hit_microbenchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
+1%
152.6 µs
151.1 µs
test_cache_clear_benchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
+1%
21.2 µs
21 µs
test_cache_clear_benchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
+1%
21.2 µs
21 µs
test_internal_cache_hit_microbenchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
+1%
153.2 µs
152.2 µs
test_cache_hit_benchmark[meth-unbounded]
benchmark.py
CodSpeed Performance Gauge
+1%
10 ms
9.9 ms
test_cache_hit_benchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
+1%
4.9 ms
4.9 ms
test_cache_clear_benchmark[meth-bounded]
benchmark.py
CodSpeed Performance Gauge
+1%
22.2 µs
22.1 µs
test_cache_miss_benchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
1.1 ms
1.1 ms
test_cache_hit_benchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
test_concurrent_cache_hit_benchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
2.7 ms
2.7 ms
test_cache_hit_benchmark[meth-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
9.9 ms
9.9 ms
test_concurrent_cache_hit_benchmark[meth-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
3.2 ms
3.2 ms
test_concurrent_cache_hit_benchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
2.7 ms
2.7 ms
test_cache_invalidate_benchmark[meth-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
1.1 ms
1.1 ms
test_internal_cache_miss_microbenchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
108.2 µs
108.1 µs
test_cache_miss_benchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
1.1 ms
1.1 ms
test_internal_cache_miss_microbenchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
108.9 µs
108.8 µs
test_cache_info_benchmark[meth-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
2.3 ms
2.3 ms
test_cache_info_benchmark[meth-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
2.3 ms
2.3 ms
test_cache_miss_benchmark[meth-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
1.4 ms
1.4 ms
test_internal_task_done_callback_microbenchmark[exception-func-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
965.4 ms
964.9 ms
test_cache_invalidate_benchmark[meth-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
1.1 ms
1.1 ms
test_cache_invalidate_benchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
382.1 µs
382 µs
test_cache_invalidate_benchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
383.1 µs
383.1 µs
test_cache_miss_benchmark[meth-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
1.4 ms
1.4 ms
test_internal_task_done_callback_microbenchmark[exception-func-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
960.4 ms
960.8 ms
test_cache_info_benchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
2 ms
2 ms
test_concurrent_cache_hit_benchmark[meth-bounded]
benchmark.py
CodSpeed Performance Gauge
0%
3.2 ms
3.2 ms
test_cache_info_benchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
2 ms
2 ms
test_cache_clear_benchmark[meth-unbounded]
benchmark.py
CodSpeed Performance Gauge
0%
23.9 µs
24 µs
test_cache_fill_eviction_benchmark
benchmark.py
CodSpeed Performance Gauge
0%
359 ms
359.9 ms
test_cache_ttl_expiry_benchmark[meth-bounded]
benchmark.py
CodSpeed Performance Gauge
-1%
144.5 µs
145.2 µs
test_cache_ttl_expiry_benchmark[func-unbounded]
benchmark.py
CodSpeed Performance Gauge
-1%
132.6 µs
133.4 µs
test_cache_ttl_expiry_benchmark[meth-unbounded]
benchmark.py
CodSpeed Performance Gauge
-1%
144.6 µs
145.4 µs
test_cache_ttl_expiry_benchmark[func-bounded]
benchmark.py
CodSpeed Performance Gauge
-1%
132.5 µs
133.5 µs
Commits
Click on a commit to change the comparison range
Base
master
3341173
-38.25%
Update benchmark.py
0522277
14 days ago
by BobTheBuidler
+0.25%
Update test_internals.py
9fafc6e
14 days ago
by BobTheBuidler
-0.02%
lint
d22a5c2
14 days ago
by BobTheBuidler
-0.22%
lint
0457fc4
14 days ago
by BobTheBuidler
+0.35%
lint
9706d56
14 days ago
by BobTheBuidler
0%
fix: broken import
54ff75b
14 days ago
by BobTheBuidler
0%
chore: remove unused import
025935f
14 days ago
by BobTheBuidler
-0.19%
Update __init__.py
66ffb89
14 days ago
by BobTheBuidler
+21.35%
Update benchmark.py
f8f9f6d
10 days ago
by BobTheBuidler
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs