microsoft / xunit-performance

Provides extensions over xUnit to author performance tests.
MIT License
188 stars 55 forks source link

Renaming the final output files (xml/csv/md) to the same name as the scenario. #244

Closed jorive closed 7 years ago

jorive commented 7 years ago

The harness generates file names like this: Perf-Off-CoreRun.xml (it gets it from the process that is launched), but it should be Perf-Off-JitBench.xml instead (the scenario name).

DrewScoggins commented 7 years ago

LGTM