Sha256: 17f9cf1a49c6b03d2b40d4fdd6fe2710b673039227433bb1f37c5946da9a9f95

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

viiite - Benchmark ruby scripts the easy way

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

OPTIONS
  -Idirectory                      specify $LOAD_PATH directory (may be used more than once)
  -rlibrary                        require the library, before executing viiite
      --suite=FOLDER               Specify the folder of the benchmark suite (defaults to 'benchmarks')
      --pattern=GLOB               Specify the pattern to find benchmarks in the suite folder (defaults to '**/*.rb')
      --[no-]cache=[FOLDER]        Specify the cache heuristic and folder (defaults to --cache)
      --cache-mode=MODE            Specify the exact mode for accessing cache files
  -a, --append                     Shortcut to --cache-mode=a
  -w, --write                      Shortcut to --cache-mode=w
      --help                       Show help
      --version                    Show version

COMMANDS
  help       Show help about a specific command
  run        Run a benchmark and output raw data
  report     Report benchmarking results as a table
  plot       Report benchmarking results as a plot

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.

SystemExit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
viiite-0.2.0 spec/integration/viiite/viiite_help.stdout