class Bench::Commands::Command

Public Instance Methods

after(options, measurements) click to toggle source
# File lib/bench9000/commands/command.rb, line 24
def after(options, measurements)
end
before(options, existing_measurements) click to toggle source
# File lib/bench9000/commands/command.rb, line 14
def before(options, existing_measurements)
  true
end
benchmark_complete(options, b, measurement) click to toggle source
# File lib/bench9000/commands/command.rb, line 21
def benchmark_complete(options, b, measurement)
end
result(options, b, i, measurement) click to toggle source
# File lib/bench9000/commands/command.rb, line 18
def result(options, b, i, measurement)
end