-
Notifications
You must be signed in to change notification settings - Fork 150
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
Time units change during one run #222
Comments
@VitaliyKulikov what you mean? Could you please provide an example containing:
Thanks a lot, |
@mauriciojr thanks for quick replay. sure, here is more details. i need parse log file and collect time for some executions. so, in log i have:
i know that i can cast all time to one unit, but wanna that all time was in one unit - ms OR min, like:
|
@VitaliyKulikov well, this is by design... How would you suggest to make this behavior configurable? The only idea I have is through system properties. something like |
@yegor256 sure, it will work.
also, as i understand time-unit will be MICROSECONDS by default. |
@VitaliyKulikov in that case, maybe it's better to do it this way:
By default |
@yegor256 awesome )). |
@VitaliyKulikov maybe we can add one more argument
what do you think? |
@yegor256 yep. i think, it will be the best solution for all needs.
|
@VitaliyKulikov not exactly :) "ms" means milliseconds, while "μs" means microseconds. but you got the idea |
Could we don't change time-units in output during one run.
I can't parse log file correctly then time is in different units.
The text was updated successfully, but these errors were encountered: