update loops count JAVA-2603

This commit is contained in:
Loredana 2020-10-13 16:44:18 +03:00
parent ab654839c3
commit 450614d511
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ class RewardsScenario extends Simulation {
val httpProtocol = http.baseUrl("http://localhost:8080")
val scn = scenario("RewardsScenario")
.repeat(100){
.repeat(1000){
exec(http("transactions_add")
.post("/transactions/add/")

View File

@ -16,7 +16,7 @@
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
<boolProp name="LoopController.continue_forever">false</boolProp>
<stringProp name="LoopController.loops">100</stringProp>
<stringProp name="LoopController.loops">1000</stringProp>
</elementProp>
<stringProp name="ThreadGroup.num_threads">100</stringProp>
<stringProp name="ThreadGroup.ramp_time">0</stringProp>
@ -200,7 +200,7 @@
</HTTPSamplerProxy>
<hashTree/>
<RandomVariableConfig guiclass="TestBeanGUI" testclass="RandomVariableConfig" testname="Random Variable" enabled="true">
<stringProp name="maximumValue">10000</stringProp>
<stringProp name="maximumValue">9223372036854775806</stringProp>
<stringProp name="minimumValue">1</stringProp>
<stringProp name="outputFormat"></stringProp>
<boolProp name="perThread">false</boolProp>

View File

@ -1,5 +1,5 @@
grinder.script = grinder.py
grinder.threads = 100
grinder.processes = 1
grinder.runs = 100
grinder.runs = 1000
grinder.logDirectory = /logs