Module: RBench
- Defined in:
- lib/rbench.rb,
lib/rbench/group.rb,
lib/rbench/column.rb,
lib/rbench/report.rb,
lib/rbench/runner.rb,
lib/rbench/summary.rb
Defined Under Namespace
Classes: Column, Group, Report, Runner, Summary
Class Method Summary collapse
Class Method Details
.run(times = 1, &block) ⇒ Object
13 14 15 |
# File 'lib/rbench.rb', line 13 def self.run(times=1, &block) Runner.new(times).run(&block) end |