Skip to content

Commit

Permalink
double test load
Browse files Browse the repository at this point in the history
  • Loading branch information
zanfranceschi committed Aug 23, 2023
1 parent 4ffa657 commit be637c9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ class RinhaBackendSimulation
constantUsersPerSec(2).during(10.seconds), // warm up
constantUsersPerSec(5).during(15.seconds).randomized, // are you ready?

rampUsersPerSec(6).to(300).during(3.minutes) // lezzz go!!!
rampUsersPerSec(6).to(600).during(3.minutes) // lezzz go!!!
),
buscaPessoas.inject(
constantUsersPerSec(2).during(25.seconds), // warm up

rampUsersPerSec(6).to(50).during(3.minutes) // lezzz go!!!
rampUsersPerSec(6).to(100).during(3.minutes) // lezzz go!!!
),
buscaInvalidaPessoas.inject(
constantUsersPerSec(2).during(25.seconds), // warm up

rampUsersPerSec(6).to(20).during(3.minutes) // lezzz go!!!
rampUsersPerSec(6).to(40).during(3.minutes) // lezzz go!!!
)
).protocols(httpProtocol)
}

0 comments on commit be637c9

Please sign in to comment.