Class: Bench::Commands::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/bench9000/commands/command.rb

Instance Method Summary collapse

Instance Method Details

#after(options, measurements) ⇒ Object



24
25
# File 'lib/bench9000/commands/command.rb', line 24

def after(options, measurements)
end

#before(options, existing_measurements) ⇒ Object



14
15
16
# File 'lib/bench9000/commands/command.rb', line 14

def before(options, existing_measurements)
  true
end

#benchmark_complete(options, b, measurement) ⇒ Object



21
22
# File 'lib/bench9000/commands/command.rb', line 21

def benchmark_complete(options, b, measurement)
end

#result(options, b, i, measurement) ⇒ Object



18
19
# File 'lib/bench9000/commands/command.rb', line 18

def result(options, b, i, measurement)
end