dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.16k stars 4.72k forks source link

[QUIC] Add QUIC specific stress tests #55352

Open ManickaP opened 3 years ago

ManickaP commented 3 years ago

We should consider creating set of QUIC specific stress tests, apart from HTTP stress tests. We should take into consideration creating generic Stream stress tests, which could be than leveraged by SslStream, NetworkStream, QuicStream etc.

Spin off #40389

ghost commented 3 years ago

Tagging subscribers to this area: @dotnet/ncl See info in area-owners.md if you want to be subscribed.

Issue Details
We should consider creating set of QUIC specific stress tests, apart from HTTP stress tests. We should take into consideration creating generic `Stream` stress tests, which could be than leveraged by `SslStream`, `NetworkStream`, `QuicStream` etc. Spin off #40389
Author: ManickaP
Assignees: -
Labels: `area-System.Net.Quic`, `test enhancement`, `untriaged`
Milestone: Future