dotnet / dotnet/BenchmarkDotNet

Make --join the default

Open
#1,574 7 comments 13 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.