Skip to content

Commit

Permalink
Update load-test.jmx
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Dirks committed Aug 18, 2022
1 parent 7088f0b commit 6db47ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions load-test/load-test.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
</ResultCollector>
<hashTree/>
</hashTree>
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Polis add new random statement (all users, every 50 - 100 seconds)" enabled="true">
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Polis add new random statement (all users, every 0-300 seconds)" enabled="true">
<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>
Expand Down Expand Up @@ -774,9 +774,9 @@ vars.put(&quot;statement&quot;, randomStatement)</stringProp>
</collectionProp>
</HeaderManager>
<hashTree/>
<UniformRandomTimer guiclass="UniformRandomTimerGui" testclass="UniformRandomTimer" testname="Add new statement every 50 - 100 seconds" enabled="true">
<stringProp name="ConstantTimer.delay">50000</stringProp>
<stringProp name="RandomTimer.range">50000</stringProp>
<UniformRandomTimer guiclass="UniformRandomTimerGui" testclass="UniformRandomTimer" testname="Add new statement every 0 - 300 seconds" enabled="true">
<stringProp name="ConstantTimer.delay">0</stringProp>
<stringProp name="RandomTimer.range">300000</stringProp>
</UniformRandomTimer>
<hashTree/>
<ResultCollector guiclass="TableVisualizer" testclass="ResultCollector" testname="View Results in Table" enabled="true">
Expand Down

0 comments on commit 6db47ba

Please sign in to comment.