mirror of
https://gitee.com/johng/gf
synced 2026-07-05 21:32:17 +08:00
fix issue in gconv
This commit is contained in:
@ -101,7 +101,7 @@ func BenchmarkTime(b *testing.B) {
|
||||
|
||||
func BenchmarkTimeDuration(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
TimeDuration(value)
|
||||
Duration(value)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user