Skip to content
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

Add a download test #1645

Open
davidfowl opened this issue Mar 9, 2021 · 1 comment
Open

Add a download test #1645

davidfowl opened this issue Mar 9, 2021 · 1 comment

Comments

@davidfowl
Copy link
Member

We need a test to verify how fast ASP.NET Core can transfer data over the network. I'm talking about downloading large files in the GB ish streamed from server to client. We should measure the latency and transfer rate.

cc @sebastienros

@sebastienros
Copy link
Member

We've done that already with static files of different size. I an find an issue with the results. And yarp has some benchmarks that go to the max 40Gbps limit.

But maybe you mean on a single connection. Also what does latency mean in this case? I'd be prone to think we need to have some automated benchmark (not continuous as in every day, less frequent) that would compare the result to other stacks, including served from nginx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants