We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef1b8d commit cfadf25Copy full SHA for cfadf25
1 file changed
fib_test.go
@@ -6,7 +6,7 @@ import (
6
7
func BenchmarkFib10(b *testing.B) {
8
for i := 0; i < b.N; i++ {
9
- _ = Fib(10)
+ _ = Fib(100000000)
10
}
11
12
0 commit comments