Merge pull request #8 from zackshen/patch-2

Update README.md
This commit is contained in:
Tomás Senart
2013-08-20 04:18:17 -07:00

View File

@@ -113,7 +113,7 @@ import (
)
func main() {
targets := vegeta.NewTargets([]string{"GET http://localhost:9100/"})
targets, _ := vegeta.NewTargets([]string{"GET http://localhost:9100/"})
rate := uint64(100) // per second
duration := 4 * time.Second
reporter := vegeta.NewTextReporter()