Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe time unit of measure could be smart to show less zeros #67
Comments
#67 - Use smart time (configurable)
In version 1.0.0 the time is shown in seconds, e.g.
0.042. When the execution time of tests varies a lot, then this is not easy to read. An alternative could be to change the unit based on the value to make it more human readable.Example:
The unit must be added to the value in the cell.
Sorting should still be possible based on a unified unit behind the scenes.
Make this behavior configurable in the utPLSQL preferences.