Do you know the best benchmarking tools?

Last updated by Bryden Oliver over 2 years ago.See history

There are plenty of good benchmarking tools for .Net solutions.

  • BenchmarkDotNet is good because it monitors memory consumption and timings.
  • Bombardier is a simple CLI load testing tool.
  • NBomber is good for automating load tests
  • RedLine13 uses AWS spot instances to provide really cheap enormous scale for load testing

Try these out and there are more available. Which one suits will depend on your solution and what information you want.

We open source. Powered by GitHub