diff options
Diffstat (limited to 'example/example.go')
| -rw-r--r-- | example/example.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example.go b/example/example.go index 190b39a..9a91ebb 100644 --- a/example/example.go +++ b/example/example.go @@ -95,8 +95,8 @@ func (ex *Example) registerTargets() (err error) { Name: "Example", Opts: &trunks.AttackOptions{ BaseUrl: fmt.Sprintf("http://%s", ex.trunks.Env.ListenAddress), - Duration: 5 * time.Second, - RatePerSecond: 10, + Duration: 300 * time.Second, + RatePerSecond: 1, }, Vars: map[string]string{ "A": "1", |
