Class: Viiite::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/viiite/command.rb,
lib/viiite/command/run.rb,
lib/viiite/command/help.rb,
lib/viiite/command/plot.rb,
lib/viiite/command/report.rb,
lib/viiite/command/commons.rb,
lib/viiite/command/plot/to_text.rb,
lib/viiite/command/plot/to_gnuplot.rb,
lib/viiite/command/plot/to_highcharts.rb

Overview

viiite - Benchmark ruby scripts the easy way

SYNOPSIS

viiite [--version] [--help] COMMAND [cmd opts] ARGS...

OPTIONS #summarized_options

COMMANDS #summarized_subcommands

DESCRIPTION

This command helps you benchmarking ruby applications and manipulating
benchmark results very simply.

See ‘viiite help COMMAND’ for more information on a specific command.

Defined Under Namespace

Modules: Commons Classes: Help, Plot, Report, Run

Instance Method Summary collapse

Instance Method Details

#bdbObject



66
67
68
# File 'lib/viiite/command.rb', line 66

def bdb
  @bdb ||= BDB.new(@bdb_options)
end