You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/jira.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ settings:
4
4
aggregator: consolidator
5
5
verbose: false
6
6
check-updates: false # disable bzt check for updates
7
+
check-updates: false # disable bzt check for updates
7
8
env:
8
9
application_hostname: a2421393e2a54406195c3db80732d226-987115805.us-east-2.elb.amazonaws.com # Jira DC hostname without protocol and port e.g. test-jira.atlassian.com or localhost
9
10
application_protocol: http # http or https
@@ -14,14 +15,20 @@ settings:
14
15
admin_password: admin
15
16
load_executor: jmeter # jmeter and locust are supported. jmeter by default.
16
17
concurrency: 200# number of concurrent virtual users for jmeter or locust scenario
18
+
load_executor: jmeter # jmeter and locust are supported. jmeter by default.
19
+
concurrency: 200# number of concurrent virtual users for jmeter or locust scenario
17
20
test_duration: 45m
18
21
ramp-up: 3m# time to spin all concurrent users
19
22
total_actions_per_hour: 54500# number of total JMeter/Locust actions per hour
23
+
ramp-up: 3m# time to spin all concurrent users
24
+
total_actions_per_hour: 54500# number of total JMeter/Locust actions per hour
20
25
WEBDRIVER_VISIBLE: False
21
26
JMETER_VERSION: 5.5
22
27
LANGUAGE: en_US.utf8
23
28
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
24
29
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
30
+
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
31
+
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
25
32
# Action percentage for Jmeter and Locust load executors
0 commit comments