Add `asyncio_tcp` benchmark by kumaraditya303 · Pull Request #254 · python/pyperformance · GitHub

github.com

Tin mới

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Security and quality 0

python/cpython#91166

We can show off this optimization as part of 3.12 performance improvement :)

add asyncio tcp benchmark

python/cpython#100053

Is the goal for this benchmark to guide our future improvements, or just to highlight the improvement already made in the linked issue?

https://github.com/faster-cpython/ideas/wiki/All-About-Python-Benchmarking

I think that adding a new benchmark will consume the cost of running time for measuring. Since we can not add every single benchmark for each dimension, each benchmark should cover a lot of dimensions of performance if p

View reviewed changes

check for received length

View reviewed changes

python/cpython#31871

I'll merge this now as python/cpython#31871 is almost done, awaiting final review and merge. We can sort out any issues with this later down the road.

Add `asyncio_tcp` benchmark (#254) Signed-off-by: Pablo Galindo <[email protected]>

Add `asyncio_tcp` benchmark (#254) Signed-off-by: Pablo Galindo <[email protected]>