Bump aiofastnet from 1.0.1 to 1.0.3 - #13344
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.15 #13344 +/- ##
=======================================
Coverage 98.27% 98.27%
=======================================
Files 136 136
Lines 49534 49534
Branches 2675 2675
=======================================
Hits 48682 48682
Misses 672 672
Partials 180 180
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Merging this PR will degrade performance by 19.12%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | test_ten_streamed_responses_iter_chunked_1mb[pyloop] |
3.3 s | 5.5 s | -40.37% |
| ❌ | test_one_hundred_get_requests_with_1mb_chunked_payload[tcp-pyloop] |
1.2 s | 1.6 s | -26.39% |
| ❌ | test_one_hundred_get_requests_with_1mb_content_length_payload[pyloop] |
1.2 s | 1.6 s | -26.37% |
| ❌ | test_simple_web_file_response[tcp-large-pyloop] |
138.5 ms | 180.8 ms | -23.43% |
| ❌ | test_one_hundred_get_requests_iter_chunks_on_1mb_chunked_payload[pyloop] |
664.3 ms | 751 ms | -11.55% |
| ❌ | test_ten_streamed_responses_iter_chunks[pyloop] |
552.1 ms | 612.2 ms | -9.81% |
| ⚡ | test_ten_streamed_responses_iter_chunked_4096[pyloop] |
137 ms | 119.5 ms | +14.65% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dependabot/pip/3.15/aiofastnet-1.0.3 (2fe9807) with 3.15 (1214f43)2
Footnotes
-
86 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
-
No successful run was found on
3.15(83e1f67) during the generation of this report, so 1214f43 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩
34fbca0 to
cc4f328
Compare
|
This regression is real. I'll roll out a fix soon. |
cc4f328 to
1df851b
Compare
Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/tarasko/aiofastnet/releases) - [Changelog](https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst) - [Commits](tarasko/aiofastnet@v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: aiofastnet dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1df851b to
2fe9807
Compare
|
Superseded by #13403. |
Bumps aiofastnet from 1.0.1 to 1.0.3.
Release notes
Sourced from aiofastnet's releases.
Changelog
Sourced from aiofastnet's changelog.
Commits
ed2b461Reduce number of syscalls, prevent starvationb8b7aeaCleanupffac036Update HISTORYeb5d851Optimize syscall usage in ssl transportsad886c0Reduce number of syscalls producing EAGAIN743c9f4Update HISTORY1c6bdc8Use NoResult to get rid off incref/decref on Py_NONEb53307aAdd commentced73eeRevert workflow changesbad3dfdFix windows build