Update TODO

This commit is contained in:
Tomás Senart
2013-08-14 14:21:22 +02:00
parent c88c8c4fb5
commit 41eb13afce

View File

@@ -15,7 +15,7 @@ $ go install github.com/tsenart/vegeta
$ vegeta -h $ vegeta -h
Usage of vegeta: Usage of vegeta:
-duration=10s: Duration of the test -duration=10s: Duration of the test
-ordering="random": sequential or random -ordering="random": Attack ordering [sequential, random]
-rate=50: Requests per second -rate=50: Requests per second
-reporter="text": Reporter to use [text] -reporter="text": Reporter to use [text]
-targets="targets.txt": Targets file -targets="targets.txt": Targets file
@@ -54,7 +54,7 @@ HEAD http://goku:9090/path/to/success
## TODO ## TODO
* Add timeout options to the requests * Add timeout options to the requests
* Graphical reports * Graphical reporters
* Test * Test
## Licence ## Licence