Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md: Mention quickstress, s/Capture::Tiny/IPC::Run/
  • Loading branch information
Geoffrey Broadwell committed Nov 7, 2014
1 parent a876e9a commit fba2e90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,9 @@ TABLE OF CONTENTS
REALLY QUICK START
------------------
1. Make sure you'll have a net connection and idle CPUs for the next few hours
2. Run: `./bench quickstart`
2. Run a quickstart:
a. If your primary goal is performance testing run: `./bench quickstart`
b. If your primary goal is stress testing run: `./bench quickstress`
3. Profit!


Expand Down Expand Up @@ -92,9 +94,9 @@ PREREQUISITES
-------------
You will need at least perl5 5.10.x, with the following modules installed:

Capture::Tiny
Data::Alias
DateTime
IPC::Run
JSON
JSON::XS (best) or JSON::PP (slower)
List::MoreUtils
Expand Down

0 comments on commit fba2e90

Please sign in to comment.