-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmarks.txt
More file actions
15 lines (15 loc) · 1.08 KB
/
Copy pathbenchmarks.txt
File metadata and controls
15 lines (15 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
goos: linux
goarch: arm64
pkg: github.com/goloop/opt/v2
BenchmarkParseArgMap-8 3671007 335.6 ns/op 136 B/op 7 allocs/op
BenchmarkParseArgMapComplex-8 1203709 1005 ns/op 1036 B/op 17 allocs/op
BenchmarkUnmarshalSimple-8 882474 1378 ns/op 584 B/op 27 allocs/op
BenchmarkUnmarshalComplex-8 256756 4715 ns/op 4471 B/op 95 allocs/op
BenchmarkGetTagGroup/Simple-8 22557097 56.75 ns/op 96 B/op 1 allocs/op
BenchmarkGetTagGroup/WithSeparator-8 21831742 48.77 ns/op 96 B/op 1 allocs/op
BenchmarkSetValue/String-8 147205983 8.025 ns/op 0 B/op 0 allocs/op
BenchmarkSetValue/Int64-8 44418670 26.82 ns/op 0 B/op 0 allocs/op
BenchmarkSetValue/Bool-8 100000000 10.47 ns/op 0 B/op 0 allocs/op
BenchmarkSetValue/Duration-8 25010095 48.48 ns/op 0 B/op 0 allocs/op
PASS
ok github.com/goloop/opt/v2 14.292s