add ruby bench programs and numbers
This commit is contained in:
5
test/bench/ruby/loop.rb
Normal file
5
test/bench/ruby/loop.rb
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
counter = 100000
|
||||
while(counter > 0) do
|
||||
counter = counter - 1
|
||||
end
|
Reference in New Issue
Block a user