petabridge / NBench

Performance benchmarking and testing framework for .NET applications :chart_with_upwards_trend:
https://nbench.io/
Apache License 2.0
532 stars 46 forks source link

Typo in Readme #116

Closed ChrisMaddock closed 8 years ago

ChrisMaddock commented 8 years ago

Was just having a look around for a better solution for our performance tests - NBench looks like a pretty interesting option!

Spotted a typo in the readme, just thought I'd point it out. I'd correct it, but I'm not sure what it's meant to say! In the Benchmark Modes section:

During a Throughput benchmark the `Benchmark

Thanks - will be back if I hit further problems.

Aaronontheweb commented 8 years ago

@ChrisMaddock thanks! Throughput is a type of benchmark in NBench, hence why it's capitalized. The other type of mode is Iteration.