Skip to content

Commit

Permalink
200 users
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed May 21, 2024
1 parent 748cc14 commit 77060a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class TestSimulation extends Simulation {
.header("Content-Type", "application/json");

{
setUp(clerkScenario.injectOpen(rampUsers(1).during(10)),
setUp(clerkScenario.injectOpen(rampUsers(200).during(60)),
doctorScenario.injectOpen(rampUsers(1).during(10))
).protocols(httpProtocol);
}
Expand Down

0 comments on commit 77060a8

Please sign in to comment.