add simple loop bench
fiddled with run numbers a bit recording times with noop removed results slightly worse than hoped
This commit is contained in:
@ -17,7 +17,7 @@ class Stats
|
||||
def show
|
||||
#puts "no per var"
|
||||
|
||||
puts "#{@n} #{@mean} #{@variance / @n}"
|
||||
puts "#{@n} #{(@mean*1000).truncate(1)} #{((@variance / @n)*100).truncate(2)}"
|
||||
end
|
||||
end
|
||||
class Runner
|
||||
|
Reference in New Issue
Block a user