We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a876e9a commit fba2e90Copy full SHA for fba2e90
README.md
@@ -17,7 +17,9 @@ TABLE OF CONTENTS
17
REALLY QUICK START
18
------------------
19
1. Make sure you'll have a net connection and idle CPUs for the next few hours
20
-2. Run: `./bench quickstart`
+2. Run a quickstart:
21
+ a. If your primary goal is performance testing run: `./bench quickstart`
22
+ b. If your primary goal is stress testing run: `./bench quickstress`
23
3. Profit!
24
25
@@ -92,9 +94,9 @@ PREREQUISITES
92
94
-------------
93
95
You will need at least perl5 5.10.x, with the following modules installed:
96
- Capture::Tiny
97
Data::Alias
98
DateTime
99
+ IPC::Run
100
JSON
101
JSON::XS (best) or JSON::PP (slower)
102
List::MoreUtils
0 commit comments