We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d74ffc + ad79b62 commit d2ba703Copy full SHA for d2ba703
1 file changed
bench_test.go
@@ -4,8 +4,6 @@ import (
4
"fmt"
5
"testing"
6
"time"
7
-
8
- "github.com/simplereach/timeutils"
9
)
10
11
/*
@@ -44,6 +42,7 @@ func BenchmarkParseAny(b *testing.B) {
44
42
}
45
43
46
+/*
47
func BenchmarkParseDateString(b *testing.B) {
48
b.ReportAllocs()
49
for i := 0; i < b.N; i++ {
@@ -52,6 +51,7 @@ func BenchmarkParseDateString(b *testing.B) {
52
51
53
54
+*/
55
56
var (
57
testDates = []string{
0 commit comments