aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Shrink slow client and URL dispatcher benchmarks (#12581)
master
15 minutes ago
Clear bodyless C parser payload on pause
Sean-Kenneth-Doherty:fix/head-response-skip-body-c-parser
22 minutes ago
Clear bodyless C parser payload on pause
Sean-Kenneth-Doherty:codex/aiohttp-10322-head-bodyless-c-parser
23 minutes ago
Document agent pitfalls in AGENTS.md: test coverage and docs spell check (#12580)
master
47 minutes ago
Shrink slow client and URL dispatcher benchmarks The slowest entries reported by --durations in the benchmark CI job take 60 to 105 seconds each under codspeed instrumentation, dominating the job runtime: * test_one_hundred_get_requests_with_10mb_content_length_payload * test_one_hundred_get_requests_with_10mb_chunked_payload * test_one_hundred_get_requests_iter_chunks_on_10mb_chunked_payload * test_ten_streamed_responses_iter_chunked_1mb * test_resolve_gitapi / test_resolve_gitapi_subapps * test_resolve_dynamic_resource_url_with_many_dynamic_routes_with_common_prefix Shrink the per-request payload from 10 MiB to 1 MiB in the three client benchmarks (and rename them to _1mb_*), drop the streamed source data from 10 MiB to 6 MiB so iter_chunked still walks 6 chunks per response, and reduce the three URL dispatcher resolve loops from 250 to 150 requests. Codspeed measures instructions, not wall clock, so reducing the constant amount of work per benchmark cuts CI runtime without changing what the benchmarks compare across runs. Fixes #12569
bdraco:shrink-slow-benchmarks
1 hour ago
Add Sean Kenneth Doherty to contributors
Sean-Kenneth-Doherty:codex/aiohttp-10322-head-bodyless-c-parser
1 hour ago
Document the docs spell check gate in AGENTS.md CI runs `make doc-spelling` under `-W --keep-going` and treats unknown words as hard failures, including every `CHANGES/*.rst` fragment in the build. Spell out the pre-push step and the wordlist policy so a missing technical word does not burn a CI run. Adds `codecov` to `docs/spelling_wordlist.txt` for the fragment from the previous commit.
bdraco:agents-md-test-coverage
1 hour ago
Include threat model in docs
Sean-Kenneth-Doherty:codex/include-threat-model-docs
2 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix C parser handling of bodyless HEAD responses
#12572
1 hour ago
aa6e6ad
Sean-Kenneth-Doherty:fix/head-response-skip-body-c-parser
CodSpeed Performance Gauge
0%
Skip payload parsing for bodyless C responses
#12583
1 hour ago
7605311
Sean-Kenneth-Doherty:codex/aiohttp-10322-head-bodyless-c-parser
CodSpeed Performance Gauge
+29%
Shrink slow client and URL dispatcher benchmarks
#12581
2 hours ago
5f3d641
bdraco:shrink-slow-benchmarks
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs