Running the benchmark:
go test -bench=.This is the result that I got on my i7 2018 MacBook Pro.
goos: darwin
goarch: amd64
BenchmarkArray-8 73914960 15.7 ns/op
BenchmarkChain-8 24245868 61.6 ns/op
PASS
ok _/tmp/benchmark 2.958s