Skip to content

Commit

Permalink
Increase duration of load tests to allow stable metrics collection
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiante committed Sep 16, 2023
1 parent fb745e8 commit 04fc06f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/specs/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,32 @@ func TestLoad(t *testing.T, api dsl.API) {
{
CreateAgents: 1,
CreateInterval: 50 * time.Millisecond,
Duration: 3 * time.Second,
Duration: 10 * time.Second,
},
{
CreateAgents: 2,
CreateInterval: 50 * time.Millisecond,
Duration: 3 * time.Second,
Duration: 10 * time.Second,
},
{
CreateAgents: 5,
CreateInterval: 50 * time.Millisecond,
Duration: 3 * time.Second,
Duration: 10 * time.Second,
},
{
CreateAgents: 15,
CreateInterval: 50 * time.Millisecond,
Duration: 3 * time.Second,
Duration: 10 * time.Second,
},
{
CreateAgents: 25,
CreateInterval: 50 * time.Millisecond,
Duration: 3 * time.Second,
Duration: 10 * time.Second,
},
{
CreateAgents: 50,
CreateInterval: 50 * time.Millisecond,
Duration: 3 * time.Second,
Duration: 10 * time.Second,
},
}

Expand Down

0 comments on commit 04fc06f

Please sign in to comment.