Skip to content

Commit

Permalink
Reduce to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed May 21, 2024
1 parent ea5a57d commit 261f147
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public class TestSimulation extends Simulation {
{
setUp(
clerkScenario.injectOpen(
rampUsers(100).during(60), // Ramp up to 200 users in 1 minute
constantUsersPerSec(100).during(120) // Maintain 100 users for 2 minutes
rampUsers(20).during(60), // Ramp up to 100 users in 1 minute
constantUsersPerSec(20).during(60) // Maintain 100 users for 2 minutes
),
doctorScenario.injectOpen(
rampUsers(5).during(10) // Ramp up to 1 user in 10 seconds
Expand Down

0 comments on commit 261f147

Please sign in to comment.