updating benchmarks
on the new machine, consistent not rubyx yet
This commit is contained in:
@ -14,6 +14,6 @@ end
|
||||
counter = 100000
|
||||
|
||||
while(counter > 0) do
|
||||
fibo(40)
|
||||
fibo(20)
|
||||
counter -= 1
|
||||
end
|
||||
|
@ -8,9 +8,9 @@ def fibo_r( n )
|
||||
end
|
||||
|
||||
|
||||
counter = 1000
|
||||
counter = 100
|
||||
|
||||
while(counter > 0) do
|
||||
fibo_r(20)
|
||||
fibo_r(10)
|
||||
counter -= 1
|
||||
end
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
counter = 100352 - 352;
|
||||
counter = 100000;
|
||||
while(counter > 0) do
|
||||
puts "Hello there"
|
||||
STDOUT.flush
|
||||
counter = counter - 1
|
||||
end
|
||||
|
1
test/bench/ruby/noop.rb
Normal file
1
test/bench/ruby/noop.rb
Normal file
@ -0,0 +1 @@
|
||||
return 0
|
Reference in New Issue
Block a user