Skip to content

Commit fba2e90

Browse files
author
Geoffrey Broadwell
committed
Update README.md: Mention quickstress, s/Capture::Tiny/IPC::Run/
1 parent a876e9a commit fba2e90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ TABLE OF CONTENTS
1717
REALLY QUICK START
1818
------------------
1919
1. Make sure you'll have a net connection and idle CPUs for the next few hours
20-
2. Run: `./bench quickstart`
20+
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`
2123
3. Profit!
2224

2325

@@ -92,9 +94,9 @@ PREREQUISITES
9294
-------------
9395
You will need at least perl5 5.10.x, with the following modules installed:
9496

95-
Capture::Tiny
9697
Data::Alias
9798
DateTime
99+
IPC::Run
98100
JSON
99101
JSON::XS (best) or JSON::PP (slower)
100102
List::MoreUtils

0 commit comments

Comments
 (0)