Commits


Matthdonau authored and GitHub committed 6d50251d8e6
Report large numbers in scientific notation in console reporter (#1303) (#1402) Report all time numbers > 10 digits in scientific notation with 4 decimal places. This is necessary since only 10 digits are currently reserved for the time columns (Time and CPU). If exceeding 10 digits the output isnt properly aligned anymore.