-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmarks.txt
More file actions
20 lines (20 loc) · 1.48 KB
/
Copy pathbenchmarks.txt
File metadata and controls
20 lines (20 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
goos: linux
goarch: arm64
pkg: github.com/goloop/env/v2
BenchmarkSet-8 5145849 231.6 ns/op 16 B/op 1 allocs/op
BenchmarkGet-8 59798055 21.05 ns/op 0 B/op 0 allocs/op
BenchmarkLookup-8 61047470 20.45 ns/op 0 B/op 0 allocs/op
BenchmarkSplitN-8 4973442 239.7 ns/op 128 B/op 1 allocs/op
BenchmarkParse-8 600651 2090 ns/op 5256 B/op 15 allocs/op
BenchmarkLoadFile-8 225350 5388 ns/op 5040 B/op 15 allocs/op
BenchmarkUnmarshal-8 511256 2248 ns/op 904 B/op 17 allocs/op
BenchmarkUnmarshalConcurrent-8 1515046 961.4 ns/op 903 B/op 17 allocs/op
BenchmarkDecodeScalar/int-8 4856228 230.8 ns/op 96 B/op 3 allocs/op
BenchmarkDecodeScalar/float-8 5347244 225.4 ns/op 96 B/op 3 allocs/op
BenchmarkDecodeScalar/bool-8 5867564 202.3 ns/op 84 B/op 3 allocs/op
BenchmarkDecodeScalar/string-8 5971502 210.8 ns/op 98 B/op 3 allocs/op
BenchmarkMarshal-8 490444 2522 ns/op 1952 B/op 28 allocs/op
BenchmarkMarshalString-8 444933 2538 ns/op 1936 B/op 29 allocs/op
BenchmarkRoundTrip-8 160232 6844 ns/op 8048 B/op 61 allocs/op
PASS
ok github.com/goloop/env/v2 19.018s