var sourceAll … var sinkAll … func BenchmarkBool(b *testing.B) { … } func BenchmarkString(b *testing.B) { … } func BenchmarkBytes(b *testing.B) { … } func BenchmarkNamedBytes(b *testing.B) { … } func BenchmarkBytesArray(b *testing.B) { … } func BenchmarkSliceLen(b *testing.B) { … } func BenchmarkMapLen(b *testing.B) { … } func BenchmarkStringLen(b *testing.B) { … } func BenchmarkArrayLen(b *testing.B) { … } func BenchmarkSliceCap(b *testing.B) { … } func BenchmarkDeepEqual(b *testing.B) { … } func BenchmarkMapsDeepEqual(b *testing.B) { … } func BenchmarkIsZero(b *testing.B) { … } func BenchmarkSetZero(b *testing.B) { … } func BenchmarkSelect(b *testing.B) { … } func BenchmarkCall(b *testing.B) { … } type myint … func (i *myint) inc() { … } func BenchmarkCallMethod(b *testing.B) { … } func BenchmarkCallArgCopy(b *testing.B) { … } func BenchmarkPtrTo(b *testing.B) { … } type B1 … func BenchmarkFieldByName1(b *testing.B) { … } func BenchmarkFieldByName2(b *testing.B) { … } func BenchmarkFieldByName3(b *testing.B) { … } type S … func BenchmarkInterfaceBig(b *testing.B) { … } func BenchmarkInterfaceSmall(b *testing.B) { … } func BenchmarkNew(b *testing.B) { … } func BenchmarkMap(b *testing.B) { … } func BenchmarkMapIterNext(b *testing.B) { … }