update latest benchmarks

pull/105/head
Dean Karn 9 years ago
parent d2748d5ae5
commit 7422dd4828
  1. 10
      README.md

@ -127,11 +127,11 @@ Benchmarks
```go ```go
$ go test -cpu=4 -bench=. -benchmem=true $ go test -cpu=4 -bench=. -benchmem=true
PASS PASS
BenchmarkValidateField-4 3000000 436 ns/op 192 B/op 2 allocs/op BenchmarkValidateField-4 3000000 429 ns/op 192 B/op 2 allocs/op
BenchmarkValidateStructSimple-4 500000 2863 ns/op 784 B/op 13 allocs/op BenchmarkValidateStructSimple-4 500000 2877 ns/op 657 B/op 10 allocs/op
BenchmarkTemplateParallelSimple-4 500000 3044 ns/op 784 B/op 13 allocs/op BenchmarkTemplateParallelSimple-4 500000 3097 ns/op 657 B/op 10 allocs/op
BenchmarkValidateStructLarge-4 100000 15226 ns/op 4853 B/op 74 allocs/op BenchmarkValidateStructLarge-4 100000 15228 ns/op 4350 B/op 62 allocs/op
BenchmarkTemplateParallelLarge-4 100000 14637 ns/op 4856 B/op 74 allocs/op BenchmarkTemplateParallelLarge-4 100000 14257 ns/op 4354 B/op 62 allocs/op
``` ```
How to Contribute How to Contribute

Loading…
Cancel
Save