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