From 6c77600a8343975fc08d90bf8bc79983c5a068bb Mon Sep 17 00:00:00 2001 From: snegard <stiande@stud.ntnu.no> Date: Tue, 3 Mar 2020 14:24:05 +0100 Subject: [PATCH] Simulation of use --- gatling/chat/ChatSimulation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatling/chat/ChatSimulation.scala b/gatling/chat/ChatSimulation.scala index 1e70c3b..276242d 100644 --- a/gatling/chat/ChatSimulation.scala +++ b/gatling/chat/ChatSimulation.scala @@ -73,5 +73,5 @@ class ChatSimulation extends Simulation { | "messageContent":"Hei fra gatling" |}""".stripMargin))) - setUp(scn.inject(atOnceUsers(100))).protocols(httpProtocol) + setUp(scn.inject(atOnceUsers(5))).protocols(httpProtocol) } -- GitLab