The shorter output comes from removing strings (Benchmarks, mean:time), and by calculating the number of characters needed to print all run descriptions, instead of hardcoding it to 70.
coverage: 84.802% (+0.1%) from 84.703%
when pulling 15a1b86573cd47724380b76717c8ddfff41f7e3c on shorter-output
into a762e07e0666da00852306848a6dacac71d5df8f on master.
Currently, the output does not really fit on the screen when looking for instance at the GitLab log.
A single line is for instance:
After shortening, the output is reduced to:
The shorter output comes from removing strings (
Benchmarks
,mean:
time
), and by calculating the number of characters needed to print all run descriptions, instead of hardcoding it to 70.