Method: BME::Suite#initialize
- Defined in:
- lib/bme.rb
#initialize(iterations) ⇒ Suite
Returns a new instance of Suite.
18 19 20 21 |
# File 'lib/bme.rb', line 18 def initialize(iterations) @iterations = iterations @benchmarks = [] end |