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,31 +5,31 @@ 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): `9.12.4` and `9.4.17`
8
+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.8` and `9.4.22`
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): `5.12.4` and `5.4.17`
11
+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.8` and `5.4.22`
12
12
13
13
* Supported Confluence versions:
14
-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.6` and `7.19.19`
14
+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.9` and `7.19.22`
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): `8.9.10` and `7.21.22`
17
+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.4` and `8.9.14`
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.6.1`
23
+
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.6.2`
24
24
25
25
## Support
26
26
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
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ settings:
18
18
ramp-up: 5m# time to spin all concurrent threads
19
19
total_actions_per_hour: 2000# number of total JMeter actions per hour
20
20
WEBDRIVER_VISIBLE: False
21
-
JMETER_VERSION: 5.5
21
+
JMETER_VERSION: 5.6
22
22
LANGUAGE: en_US.utf8
23
23
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
24
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -51,7 +51,7 @@ services:
51
51
- python util/post_run/cleanup_results_dir.py
52
52
- module: pip-install
53
53
packages:
54
-
- selenium==4.18.1
54
+
- selenium==4.21.0
55
55
execution:
56
56
- scenario: jmeter
57
57
executor: jmeter
@@ -105,27 +105,22 @@ modules:
105
105
detect-plugins: true
106
106
memory-xmx: 8G# allow JMeter to use up to 8G of memory
Copy file name to clipboardExpand all lines: app/bitbucket.yml
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ settings:
18
18
ramp-up: 10m# time to spin all concurrent users
19
19
total_actions_per_hour: 32700
20
20
WEBDRIVER_VISIBLE: False
21
-
JMETER_VERSION: 5.5
21
+
JMETER_VERSION: 5.6
22
22
LANGUAGE: en_US.utf8
23
23
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
24
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -37,7 +37,7 @@ services:
37
37
- python util/post_run/cleanup_results_dir.py
38
38
- module: pip-install
39
39
packages:
40
-
- selenium==4.18.1
40
+
- selenium==4.21.0
41
41
execution:
42
42
- scenario: ${load_executor}
43
43
concurrency: ${concurrency}
@@ -71,27 +71,22 @@ modules:
71
71
detect-plugins: true
72
72
memory-xmx: 8G# allow JMeter to use up to 8G of memory
Copy file name to clipboardExpand all lines: app/confluence.yml
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ settings:
18
18
ramp-up: 5m# time to spin all concurrent users
19
19
total_actions_per_hour: 20000
20
20
WEBDRIVER_VISIBLE: False
21
-
JMETER_VERSION: 5.5
21
+
JMETER_VERSION: 5.6
22
22
LANGUAGE: en_US.utf8
23
23
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
24
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -52,7 +52,7 @@ services:
52
52
- python util/post_run/cleanup_results_dir.py
53
53
- module: pip-install
54
54
packages:
55
-
- selenium==4.18.1
55
+
- selenium==4.21.0
56
56
execution:
57
57
- scenario: ${load_executor}
58
58
executor: ${load_executor}
@@ -98,27 +98,22 @@ modules:
98
98
detect-plugins: true
99
99
memory-xmx: 8G# allow JMeter to use up to 8G of memory
Copy file name to clipboardExpand all lines: app/crowd.yml
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ settings:
30
30
# ramp-up: 5s # time to spin all concurrent threads
31
31
# total_actions_per_hour: 720000 # number of total JMeter actions per hour
32
32
33
-
JMETER_VERSION: 5.5
33
+
JMETER_VERSION: 5.6
34
34
LANGUAGE: en_US.utf8
35
35
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.
36
36
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -74,20 +74,15 @@ modules:
74
74
detect-plugins: true
75
75
memory-xmx: 8G# allow JMeter to use up to 8G of memory
Copy file name to clipboardExpand all lines: app/jira.yml
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ settings:
18
18
ramp-up: 3m# time to spin all concurrent users
19
19
total_actions_per_hour: 54500# number of total JMeter/Locust actions per hour
20
20
WEBDRIVER_VISIBLE: False
21
-
JMETER_VERSION: 5.5
21
+
JMETER_VERSION: 5.6
22
22
LANGUAGE: en_US.utf8
23
23
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
24
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -52,7 +52,7 @@ services:
52
52
- python util/post_run/cleanup_results_dir.py
53
53
- module: pip-install
54
54
packages:
55
-
- selenium==4.18.1
55
+
- selenium==4.21.0
56
56
execution:
57
57
- scenario: ${load_executor}
58
58
executor: ${load_executor}
@@ -99,27 +99,22 @@ modules:
99
99
detect-plugins: true
100
100
memory-xmx: 8G# allow JMeter to use up to 8G of memory
0 commit comments