Skip to content

Commit 7422dd4

Browse files
Dean KarnDean Karn
authored andcommitted
update latest benchmarks
1 parent d2748d5 commit 7422dd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ Benchmarks
127127
```go
128128
$ go test -cpu=4 -bench=. -benchmem=true
129129
PASS
130-
BenchmarkValidateField-4 3000000 436 ns/op 192 B/op 2 allocs/op
131-
BenchmarkValidateStructSimple-4 500000 2863 ns/op 784 B/op 13 allocs/op
132-
BenchmarkTemplateParallelSimple-4 500000 3044 ns/op 784 B/op 13 allocs/op
133-
BenchmarkValidateStructLarge-4 100000 15226 ns/op 4853 B/op 74 allocs/op
134-
BenchmarkTemplateParallelLarge-4 100000 14637 ns/op 4856 B/op 74 allocs/op
130+
BenchmarkValidateField-4 3000000 429 ns/op 192 B/op 2 allocs/op
131+
BenchmarkValidateStructSimple-4 500000 2877 ns/op 657 B/op 10 allocs/op
132+
BenchmarkTemplateParallelSimple-4 500000 3097 ns/op 657 B/op 10 allocs/op
133+
BenchmarkValidateStructLarge-4 100000 15228 ns/op 4350 B/op 62 allocs/op
134+
BenchmarkTemplateParallelLarge-4 100000 14257 ns/op 4354 B/op 62 allocs/op
135135
```
136136

137137
How to Contribute

0 commit comments

Comments
 (0)