Skip to content

Commit

Permalink
feat: display elapsed time to nearest millisecond
Browse files Browse the repository at this point in the history
Close #337

Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed Jul 5, 2024
1 parent 9bbc49a commit a642145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ func Print() {
Value(Emitted),
Value(Matched),
Value(Formatted),
Elapsed(),
Elapsed().Round(time.Millisecond),
)
}

0 comments on commit a642145

Please sign in to comment.