-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbenchmarks.txt
14 lines (14 loc) · 991 Bytes
/
benchmarks.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
goos: linux
goarch: arm64
pkg: github.com/goloop/opt
BenchmarkParseArgMap-6 3196140 369.7 ns/op 136 B/op 7 allocs/op
BenchmarkParseArgMapComplex-6 872613 1170 ns/op 997 B/op 15 allocs/op
BenchmarkUnmarshalSimple-6 238440 4980 ns/op 1408 B/op 64 allocs/op
BenchmarkUnmarshalComplex-6 62811 19459 ns/op 9441 B/op 272 allocs/op
BenchmarkGetTagGroup/Simple-6 4113250 288.3 ns/op 112 B/op 3 allocs/op
BenchmarkGetTagGroup/WithSeparator-6 6616659 178.8 ns/op 104 B/op 2 allocs/op
BenchmarkSetValue/String-6 153829363 7.770 ns/op 0 B/op 0 allocs/op
BenchmarkSetValue/Int64-6 52647613 22.60 ns/op 0 B/op 0 allocs/op
BenchmarkSetValue/Bool-6 100000000 10.84 ns/op 0 B/op 0 allocs/op
PASS
ok github.com/goloop/opt 12.412s