We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47783d3 commit 805c384Copy full SHA for 805c384
README.md
@@ -11,5 +11,5 @@ Herd is hardware intensive. Per each 100 virtual users, Herd will fork itself in
11
```shell
12
$ git clone [email protected]:imjacobclark/Herd.git && cd Herd
13
$ cargo build
14
-$ ./target/debug/Herd
+$ ./target/debug/Herd <THREADS(int)> <REQUESTS(int)> <HOST(str)>
15
```
0 commit comments