File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ Benchmarks
127127``` go
128128$ go test -cpu=4 -bench=. -benchmem=true
129129PASS
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
137137How to Contribute
You can’t perform that action at this time.
0 commit comments