Sha256: d561e246612cfa6bf8cf00c5b39f57b0e09f525529a687f0e03c8f74069c20ab

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

Usage:
  # Local Testing
  bigbench run local PATH_TO_TEST                                       # Runs a test from the local machine. No redis needed.

  # Remote Testing
  bigbench run bots PATH_TO_TEST [REDIS_URL_WITH_PORT REDIS_PASSWORD]   # Deploys and starts the test on all bots
  bigbench start bot [REDIS_URL_WITH_PORT REDIS_PASSWORD]               # Starts a bot on a remote machine
  
  # Reseting
  bigbench reset all                                                    # Resets everything
  
  # Post Processors
  bigbench run postprocessors PATH_TO_TEST                              # Runs all post processors of the test without running the test itself
  bigbench run postprocessor PATH_TO_TEST POSTPROCESSOR                 # Runs the specified post processor on the output file

  # Help
  bigbench --help || show help                                          # Displays this help

Options:
  REDIS_URL_WITH_PORT   # Defaults to http://localhost:6379
  REDIS_PASSWORD        # Defaults to no password
  POSTPROCESSOR         # A post processor module or its short name e.g. 'statistics'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigbench-0.0.4 lib/bigbench/help/executor.txt