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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +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.4`, `8.5.12`
8
+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.7`, `8.5.15`
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.4`, `4.5.12`
11
+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.7`, `4.5.15`
12
12
13
13
* Supported Confluence versions:
14
-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.4.8`
14
+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.4.9`
15
15
* Confluence Platform release: `7.0.5`
16
16
17
17
* Supported Bitbucket Server versions:
18
-
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.4`, `6.10.9`
18
+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.7`, `6.10.11`
19
19
* Bitbucket Server Platform release: `7.0.5`
20
20
21
+
* Supported Crowd versions:
22
+
* Crowd [Long Term Support release](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `4.3.0`
23
+
21
24
## Support
22
25
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.
application_hostname: test_crowd_instance.atlassian.com # Crowd DC hostname without protocol and port e.g. test-crowd.atlassian.com or localhost
8
+
application_protocol: http # http or https
9
+
application_port: 80# 80, 443, 8080, 4990, etc
10
+
secure: True # Set False to allow insecure connections, e.g. when using self-signed SSL certificate
11
+
application_postfix: # e.g. /crowd in case of url like http://localhost:4990/crowd
12
+
admin_login: admin
13
+
admin_password: admin
14
+
application_name: crowd
15
+
application_password: 1111
16
+
load_executor: jmeter
17
+
concurrency: 1000# number of concurrent threads to authenticate random users
18
+
test_duration: 45m
19
+
20
+
# 1 node scenario parameters
21
+
ramp-up: 20s# time to spin all concurrent threads
22
+
total_actions_per_hour: 180000# number of total JMeter actions per hour
23
+
24
+
# 2 nodes scenario parameters
25
+
# ramp-up: 10s # time to spin all concurrent threads
26
+
# total_actions_per_hour: 360000 # number of total JMeter actions per hour
27
+
28
+
# 4 nodes scenario parameters
29
+
# ramp-up: 5s # time to spin all concurrent threads
30
+
# total_actions_per_hour: 720000 # number of total JMeter actions per hour
31
+
32
+
JMETER_VERSION: 5.2.1
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.
0 commit comments