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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,22 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
5
5
6
6
## Supported versions
7
7
* Supported Jira versions:
8
-
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.13`, `8.20.1`
8
+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.16`, `8.20.4`
9
9
10
10
* Supported Jira Service Management versions:
11
-
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.13`, `4.20.1`
11
+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.16`, `4.20.4`
12
12
13
13
* Supported Confluence versions:
14
-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.2`, `7.4.13`
14
+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.3`, `7.4.14`
15
15
16
16
* Supported Bitbucket Server versions:
17
-
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.10`, `7.17.1`
17
+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.13`, `7.17.5`
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.
@@ -41,7 +41,7 @@ If a first part of ChromeDriver version does not match with a first part of your
41
41
Make sure that you have:
42
42
*[Python](https://www.python.org/downloads/) (see [dependencies](#dependencies) section for supported versions)
Make sure you have [Python](https://www.python.org/downloads/) (see [dependencies](#dependencies) section for supported versions), pip, and [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) installed:
122
+
Make sure you have [Python](https://www.python.org/downloads/) (see [dependencies](#dependencies) section for supported versions), pip, and [JDK 11](https://www.oracle.com/java/technologies/downloads/#java11) installed:
123
123
```
124
124
python --version or python3 --version
125
125
pip --version
@@ -149,7 +149,7 @@ pip install virtualenv
149
149
```
150
150
2. Create new virtual env with python3:
151
151
```
152
-
virtualenv venv -p full_path_to_python # e.g. use `where python3.9` to find the path
152
+
virtualenv venv -p full_path_to_python # e.g. use `where python` to find the path to correct python
Copy file name to clipboardExpand all lines: app/bamboo.yml
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,31 @@ settings:
6
6
env:
7
7
application_hostname: test-bamboo.atlassian.com # Bamboo DC hostname without protocol and port e.g. test-bamboo.atlassian.com or localhost
8
8
application_protocol: http # http or https
9
-
application_port: 8085# 80, 443, 8085, etc
9
+
application_port: 80# 80, 443, 8085, etc
10
10
secure: True # Set False to allow insecure connections, e.g. when using self-signed SSL certificate
11
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
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
17
+
ramp-up: 5m# time to spin all concurrent threads
18
18
total_actions_per_hour: 2000# number of total JMeter actions per hour
19
19
WEBDRIVER_VISIBLE: False
20
-
JMETER_VERSION: 5.2.1
20
+
JMETER_VERSION: 5.4.2
21
21
LANGUAGE: en_US.utf8
22
22
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.
23
+
# Action percentage for JMeter load executor
23
24
view_all_builds: 15
24
25
view_build_result: 15
25
26
view_build_configuration: 10
26
27
view_job_configuration: 10
27
28
view_build_summary: 10
28
29
view_projects_list: 10
29
-
standalone_extension: 0# By default disabled
30
-
30
+
standalone_extension: 0# Standalone extension weight for JMeter. By default, disabled. Set appropriate weight to enable.
31
+
# Locust app specific
32
+
standalone_extension_locust: 0# Standalone extension weight for Locust. By default, disabled. Set 1 to enable.
33
+
# Bamboo agents and plans settings
31
34
number_of_agents: 50# number of available remote agents
32
35
parallel_plans_count: 40# number of parallel plans execution
33
36
start_plan_timeout: 60# maximum timeout of plan to start
Copy file name to clipboardExpand all lines: app/bitbucket.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ settings:
17
17
ramp-up: 10m# time to spin all concurrent users
18
18
total_actions_per_hour: 32700
19
19
WEBDRIVER_VISIBLE: False
20
-
JMETER_VERSION: 5.2.1
20
+
JMETER_VERSION: 5.4.2
21
21
LANGUAGE: en_US.utf8
22
22
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.
Copy file name to clipboardExpand all lines: app/confluence.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ settings:
17
17
ramp-up: 5m# time to spin all concurrent users
18
18
total_actions_per_hour: 20000
19
19
WEBDRIVER_VISIBLE: False
20
-
JMETER_VERSION: 5.2.1
20
+
JMETER_VERSION: 5.4.2
21
21
LANGUAGE: en_US.utf8
22
22
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.
23
23
# Action percentage for JMeter and Locust load executors
Copy file name to clipboardExpand all lines: app/crowd.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ settings:
29
29
# ramp-up: 5s # time to spin all concurrent threads
30
30
# total_actions_per_hour: 720000 # number of total JMeter actions per hour
31
31
32
-
JMETER_VERSION: 5.2.1
32
+
JMETER_VERSION: 5.4.2
33
33
LANGUAGE: en_US.utf8
34
-
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.
34
+
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.
Copy file name to clipboardExpand all lines: app/jira.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ settings:
17
17
ramp-up: 3m# time to spin all concurrent users
18
18
total_actions_per_hour: 54500# number of total JMeter/Locust actions per hour
19
19
WEBDRIVER_VISIBLE: False
20
-
JMETER_VERSION: 5.2.1
20
+
JMETER_VERSION: 5.4.2
21
21
LANGUAGE: en_US.utf8
22
22
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.
23
23
# Action percentage for Jmeter and Locust load executors
Copy file name to clipboardExpand all lines: app/jsm.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ settings:
19
19
total_actions_per_hour_agents: 5000
20
20
total_actions_per_hour_customers: 15000
21
21
WEBDRIVER_VISIBLE: False
22
-
JMETER_VERSION: 5.2.1
22
+
JMETER_VERSION: 5.4.2
23
23
LANGUAGE: en_US.utf8
24
24
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.
25
25
# Action percentage for Jmeter and Locust load executors
0 commit comments