func BenchmarkAdd(b *testing.B) { … } func BenchmarkMultiply(b *testing.B) { … } func BenchmarkSquare(b *testing.B) { … } func BenchmarkInvert(b *testing.B) { … } func BenchmarkMult32(b *testing.B) { … }
func BenchmarkAdd(b *testing.B) { … } func BenchmarkMultiply(b *testing.B) { … } func BenchmarkSquare(b *testing.B) { … } func BenchmarkInvert(b *testing.B) { … } func BenchmarkMult32(b *testing.B) { … }