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
application_hostname: test-bamboo.atlassian.com # Bamboo DC hostname without protocol and port e.g. test-bamboo.atlassian.com or localhost
8
+
application_protocol: http # http or https
9
+
application_port: 8085# 80, 443, 8080, etc
10
+
secure: True # Set False to allow insecure connections, e.g. when using self-signed SSL certificate
11
+
application_postfix: # e.g. /bamboo in case of url like http://localhost/bamboo
12
+
admin_login: admin
13
+
admin_password: admin
14
+
load_executor: jmeter
15
+
concurrency: 1000# number of Bamboo users for Selenium actions
16
+
test_duration: 45m
17
+
18
+
# 1 node scenario parameters
19
+
ramp-up: 20s# time to spin all concurrent threads
20
+
total_actions_per_hour: 180000# number of total JMeter actions per hour
21
+
22
+
# 2 nodes scenario parameters
23
+
# ramp-up: 10s # time to spin all concurrent threads
24
+
# total_actions_per_hour: 360000 # number of total JMeter actions per hour
25
+
26
+
# 4 nodes scenario parameters
27
+
# ramp-up: 5s # time to spin all concurrent threads
28
+
# total_actions_per_hour: 720000 # number of total JMeter actions per hour
29
+
30
+
JMETER_VERSION: 5.2.1
31
+
LANGUAGE: en_US.utf8
32
+
allow_analytics: No # 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.
0 commit comments