Merge pull request #85 from egonelbre/remove-mgo

disable timeutils test to prevent depending on mgo
This commit is contained in:
Aaron Raddon
2019-05-10 14:17:50 -07:00
committed by GitHub

View File

@@ -4,8 +4,6 @@ import (
"fmt" "fmt"
"testing" "testing"
"time" "time"
"github.com/simplereach/timeutils"
) )
/* /*
@@ -44,6 +42,7 @@ func BenchmarkParseAny(b *testing.B) {
} }
} }
/*
func BenchmarkParseDateString(b *testing.B) { func BenchmarkParseDateString(b *testing.B) {
b.ReportAllocs() b.ReportAllocs()
for i := 0; i < b.N; i++ { for i := 0; i < b.N; i++ {
@@ -52,6 +51,7 @@ func BenchmarkParseDateString(b *testing.B) {
} }
} }
} }
*/
var ( var (
testDates = []string{ testDates = []string{