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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
17
17
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.10`, `7.17.1`
18
18
19
19
* Supported Crowd versions:
20
-
* Crowd [Long Term Support release](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `4.4.0`
In case of technical questions, issues or problems with DC Apps Performance Toolkit, contact us for support in the [community Slack](http://bit.ly/dcapt_slack)**#data-center-app-performance-toolkit** channel.
Copy file name to clipboardExpand all lines: app/bamboo.yml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -4,34 +4,34 @@ settings:
4
4
aggregator: consolidator
5
5
verbose: false
6
6
env:
7
-
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
7
+
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, 8085, 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
12
admin_login: admin
13
13
admin_password: admin
14
14
load_executor: jmeter
15
-
concurrency: 200# number of Bamboo users for Selenium actions
15
+
concurrency: 200# number of Bamboo users for Selenium actions
16
16
test_duration: 45m
17
-
ramp-up: 3m# time to spin all concurrent threads
18
-
total_actions_per_hour: 2000# number of total JMeter actions per hour
17
+
ramp-up: 3m# time to spin all concurrent threads
18
+
total_actions_per_hour: 2000# number of total JMeter actions per hour
19
19
WEBDRIVER_VISIBLE: False
20
20
JMETER_VERSION: 5.2.1
21
21
LANGUAGE: en_US.utf8
22
-
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.
22
+
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.
23
23
view_all_builds: 15
24
24
view_build_result: 15
25
25
view_build_configuration: 10
26
26
view_job_configuration: 10
27
27
view_build_summary: 10
28
28
view_projects_list: 10
29
-
standalone_extension: 0# By default disabled
29
+
standalone_extension: 0# By default disabled
30
30
31
-
number_of_agents: 50
32
-
parallel_plans_count: 40
33
-
start_plan_timeout: 60
34
-
default_dataset_plan_duration: 60
31
+
number_of_agents: 50# number of available remote agents
32
+
parallel_plans_count: 40# number of parallel plans execution
33
+
start_plan_timeout: 60# maximum timeout of plan to start
34
+
default_dataset_plan_duration: 60# expected plan execution duration
0 commit comments