Sha256: 33f753b252999d7be687ac11d357b07e724b298c3023a2f1f25a19ba05ce3c80

Contents?: true

Size: 724 Bytes

Versions: 3

Compression:

Stored size: 724 Bytes

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

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

Options:
  REDIS_URL_WITH_PORT   # Defaults to http://localhost:6379
  REDIS_PASSWORD        # Defaults to no password

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bigbench-0.0.3 lib/bigbench/help/executor.txt
bigbench-0.0.2 lib/bigbench/help/executor.txt
bigbench-0.0.1 lib/bigbench/help/executor.txt