Compare Jira performance
Benchmark two Jiras against each other.
-
Prepare AWS credentials in any standard way.
-
Point to the baseline instance via
jira-baseline.properties
file akin to the example properties.Invite the Jira user. The benchmark needs to work around JPERF-379. To do that, remove the activity stream gadget from the system dashboard. The benchmark expects at least one project and one board to exist.
-
Point to the experiment instance via
jira-experiment.properties
file akin to the example properties.
It's the same process as in the previous step.
-
Run
./gradlew comparePerformance
.Read various reports logged in the console. The most useful ones are links to files, like
distribution-comparision.html
orsummary-per-cohort.html
.
Note that Jira Cloud free trial can expire. In such case, reprovision it and update the pointers.
Prior art
Originally forked from quick-303.