Open
Description
The benchmarking tool in AI-Hypercomuter is exhausting the number of available ports (~28k) at high request rates since aiohttp
occupies one port per active connection, after exhaustion every subsequent connection attempt results in a ClientConnectorError
response. Possible solutions include but not limited to:
- Alternative http client or http2 client
- Distributed benchmarking
Metadata
Metadata
Assignees
Labels
No labels