dotnet / dotnet/BenchmarkDotNet
Make --join the default
Open
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 11
Description
When running lots of benchmarks, the first time I run them I invariably forget to include `--join` on my command line invocation, resulting in the benchmark results being spread across a long history of spewed output. I then take the time to run all the benchmarks again, this time with `--join`, as doing so is much less time consuming then finding all the results and manually cobbling them together into one table. Personally, I've never once wanted the non-joined behavior, and it'd be great from my perspective if `--join` were the default.
Contributor guide
Assessment
This issue has not been assessed yet.