Benchmarking ASP.NET Core requests #3066
Replies: 1 comment 2 replies
-
|
BDN itself has no ASP.NET integration, mostly because it was design for nano and micro benchmarks: Personally I recommend using https://github.com/dotnet/crank which is also used by the ASP.NET Team to benchmark ASP.NET apps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to benchmark ASP.NET Core requests using HttpClient to compare different request types.
Would using TestServer allow me to do this?
Beta Was this translation helpful? Give feedback.
All reactions