fix issue in gconv

This commit is contained in:
John
2019-05-11 18:03:49 +08:00
parent 0113971877
commit 883797c495

View File

@ -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)
}
}