Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The time unit of measure could be smart to show less zeros #67

Closed
PhilippSalvisberg opened this issue Jul 13, 2019 · 0 comments
Closed

The time unit of measure could be smart to show less zeros #67

PhilippSalvisberg opened this issue Jul 13, 2019 · 0 comments
Labels
Milestone

Comments

@PhilippSalvisberg
Copy link
Member

@PhilippSalvisberg PhilippSalvisberg commented Jul 13, 2019

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:

  • when all 0.xxx switch to ms
  • when over 0.999 switch so seconds
  • when over 59.99s switch to minutes

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.

PhilippSalvisberg added a commit that referenced this issue Jul 27, 2019
#67 - Use smart time (configurable)
@PhilippSalvisberg PhilippSalvisberg added this to the v1.1.0 milestone Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.