var compareTests … func TestCompare(t *testing.T) { … } func TestCompareIdenticalSlice(t *testing.T) { … } func TestCompareBytes(t *testing.T) { … } func TestEndianBaseCompare(t *testing.T) { … } func BenchmarkCompareBytesEqual(b *testing.B) { … } func BenchmarkCompareBytesToNil(b *testing.B) { … } func BenchmarkCompareBytesEmpty(b *testing.B) { … } func BenchmarkCompareBytesIdentical(b *testing.B) { … } func BenchmarkCompareBytesSameLength(b *testing.B) { … } func BenchmarkCompareBytesDifferentLength(b *testing.B) { … } func benchmarkCompareBytesBigUnaligned(b *testing.B, offset int) { … } func BenchmarkCompareBytesBigUnaligned(b *testing.B) { … } func benchmarkCompareBytesBigBothUnaligned(b *testing.B, offset int) { … } func BenchmarkCompareBytesBigBothUnaligned(b *testing.B) { … } func BenchmarkCompareBytesBig(b *testing.B) { … } func BenchmarkCompareBytesBigIdentical(b *testing.B) { … }