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

README.md inconsistent with code w.r.t. trace flag #138

Closed bitwreckage closed 4 years ago

bitwreckage commented 8 years ago

README.md describes trace flag as:

tracing=true|false - turns on trace capture inside the NBench runner ....

while in the code it seems the flag is really named "trace". Should either correct README.md or support "tracing" as an alias for the "trace" flag in code.

Aaronontheweb commented 4 years ago

Thanks - I'll get this fixed in the docs.

Aaronontheweb commented 4 years ago

Ah, looks like it already is.