Oris
Today
Universe
Explore
Studio
Authors
Account
Lesson 1 of 7
Tap the word that belongs in the gap.
func BenchmarkFib(b *
) { for i := 0; i < b.N; i++ { Fib(20) } }
testing.B
testing.T
testing.M
testing.PB
Today
Universe
Explore
Profile