Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 3b5a343

Browse files
jkohenBogdan Drutu
authored andcommitted
Added seconds unit (#1179)
1 parent fa651b0 commit 3b5a343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stats/units.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ const (
2222
UnitDimensionless = "1"
2323
UnitBytes = "By"
2424
UnitMilliseconds = "ms"
25+
UnitSeconds = "s"
2526
)

0 commit comments

Comments
 (0)