Skip to content

Commit ff43374

Browse files
authored
Change loop count
The test is designed to expire once it reaches the end of a file, therefore the number of threads and loops only need to exceed any likely scenario. For now it's set to 20 threads and 1000 loops, giving an import file of 20000 records. This is impossible at the moment due to an app limit of <15000.
1 parent 8854662 commit ff43374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance-tests/E2E/consent-journey.jmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</elementProp>
6262
<elementProp name="Loops" elementType="Argument">
6363
<stringProp name="Argument.name">Loops</stringProp>
64-
<stringProp name="Argument.value">${__P(Loops, 100)}</stringProp>
64+
<stringProp name="Argument.value">${__P(Loops, 1000)}</stringProp>
6565
<stringProp name="Argument.metadata">=</stringProp>
6666
</elementProp>
6767
<elementProp name="BaseDirectory" elementType="Argument">

0 commit comments

Comments
 (0)