Benchmark tests for DateParse

This commit is contained in:
Aaron Raddon
2014-12-05 15:20:57 -08:00
parent 501e3eeb15
commit ceeeb70dcb
2 changed files with 123 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
Go Date Parser
---------------------------
Parse Any date format without knowing format in advance.
Parse Any date format without knowing format in advance. Uses
a Scan/Lex based approach to minimize shotgun based parse attempts.
See bench_test.go for performance comparison.
```go