fix benchmarks
up to 20 recursive fibo had mixed add and calls for rubyx
This commit is contained in:
@ -8,9 +8,9 @@ def fibo_r( n )
|
||||
end
|
||||
|
||||
|
||||
counter = 10000
|
||||
counter = 100
|
||||
|
||||
while(counter > 0) do
|
||||
fibo_r(10)
|
||||
fibo_r(20)
|
||||
counter -= 1
|
||||
end
|
||||
|
Reference in New Issue
Block a user