DigitalInBlue / Celero

C++ Benchmark Authoring Library/Framework
Other
822 stars 96 forks source link

Truncation of group and experiment names in standard output #158

Closed mlohry closed 11 months ago

mlohry commented 3 years ago

Issue Template

Feature Request

The Group and Experiment columns in the standard output uses a fixed 15 characters, with longer names being truncated. Can this be automatically scaled to the width of the widest entry for readability?

DigitalInBlue commented 11 months ago

The group name column is now automatically resizing. (The Experiment Name column is not.) This issue and the corresponding fix only applies to the console output. Text file output was not impacted.