BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Feature Request: Add ability to set export name for joined exports.

Open migoldfinger opened this issue 1 year ago • 0 comments

In Summary.cs line 92 the title and therefore the file name for exports are set to $"BenchmarkRun-joined-{DateTime.Now:yyyy-MM-dd-HH-mm-ss}" If you run many sets of joined benchmarks it is hard do find the right one.

There should be an option to at least replace the DateTime part or the whole title with some custom string.

migoldfinger avatar Aug 21 '24 08:08 migoldfinger