package
0.0.0-20220613095825-0c0958cc78c5
Repository: https://github.com/xaionaro-go/benchmarks.git
Documentation: pkg.go.dev
# README
goos: linux
goarch: amd64
pkg: github.com/xaionaro-go/benchmarks/append-vs-copy
BenchmarkAppend-4 100000000 10.3 ns/op 0 B/op 0 allocs/op
BenchmarkCopy-4 200000000 10.1 ns/op 0 B/op 0 allocs/op
PASS
ok github.com/xaionaro-go/benchmarks/append-vs-copy 4.060s