-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network Stream benchmarks initial implementation #1970
Conversation
FYI, a related one I made to measure how many packets per second a set of machines can handle. https://github.com/sebastienros/PacketsPerSecond/blob/master/Program.cs |
Currently dealing with a task in QUIC, I plan to get back to this early next week. /cc: @CarnaViire |
It's ready for review now @CarnaViire, there are fields and methods which is duplicating with Tls but decided not to touch them for now, I'll address them as a follow-up later, want merge this first. |
src/System/Net/Benchmarks/Common/Shared/SingleStreamConnection.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
src/System/Net/Benchmarks/Common/Shared/SingleStreamConnection.cs
Outdated
Show resolved
Hide resolved
…eStreamConnection
Adds benchmark for NetworkStream
Three different scenarios implemented: