add ruby bench programs and numbers

This commit is contained in:
Torsten Ruger
2015-11-24 15:33:16 +02:00
parent 535757fa98
commit fa63c6db6a
10 changed files with 62 additions and 3 deletions

View File

@ -23,7 +23,7 @@ end
class Runner
def initialize
@stats = Stats.new
@cmd = ARGV[0]
@cmd = ARGV.join(" ")
end
def run
while true