-
Notifications
You must be signed in to change notification settings - Fork 190
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
Measuring unit should be ms, not in seconds #155
Comments
@barttenbrinke what do you think? |
Would either of these two solutions be acceptable to all parties? Display
|
would prefer #1, thanks.
|
So @nengxu your output might look something like this, when you have seconds and milliseconds sitting next to each other in the table:
|
Actually, I might be in favor of a 3rd option, which is to add a 3rd decimal place to the Here's a side-by-side comparison of adding an I think the third decimal place it easier to read because the numbers still line up visually as you would expect. This is equally true in fixed-width format as you can see below, especially because it makes comparison of the magnitude of numbers in any of the non-sort columns easier to see. The tradeoff to the extra decimal place, of course, is that it takes up space that is especially prized in the fixed-width format.
Either way, if @barttenbrinke and @wvanbergen approve of any of these three changes I'll be happy to submit a pull request for it. |
That is perfect. Thanks.
|
@wvanbergen I think I should have looked at this PR a long time ago :-X Greetings, Bart |
Sorry, I didn't mean to come off as pushy if I did - I just happened to have my head in the gem last night. You could still just say no to the request itself. :) I'll get started on a PR for option 1, for your review. Thanks for the feedback. |
@jefflunt No problem :) I was just telling @wvanbergen that I've been lazy :) |
- Altered the labeling of durations when <1 second - Altered related specs that cover output to email - Cleaned up a few lines that had trailing whitespace
Submitted PR |
@jefflunt Could you change the output from "40.18ms-41.50ms" to "40ms-42ms" ? |
Sure thing.
|
The measuring unit for time seems to be in seconds. This may produce not useful statistics, for example:
Please change the unit to ms. Thanks.
The text was updated successfully, but these errors were encountered: