You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When treefmt reports times it seems to report somewhere between 5 and 9 decimal places beyond the seconds. This is silly. I would follow e.g. time and use at most 2 decimal places.
e.g.
INFO format | terraform: 71 files processed in 208.27347ms
vs
INFO format | terraform: 71 files processed in 208.27ms
Even better, use 2 decimal places when reporting seconds, and 0 decimal places when reporting ms (nobody cares about the microseconds!).
The text was updated successfully, but these errors were encountered:
Describe the bug
When
treefmt
reports times it seems to report somewhere between 5 and 9 decimal places beyond the seconds. This is silly. I would follow e.g.time
and use at most 2 decimal places.e.g.
vs
Even better, use 2 decimal places when reporting seconds, and 0 decimal places when reporting ms (nobody cares about the microseconds!).
The text was updated successfully, but these errors were encountered: