-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from mjurc/QUARKUS-1312
Test plan for performance testing integration
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# QUARKUS-1312 Integrate performance testing into the QE Acceptance pipeline | ||
|
||
This document describes a plan of automation of testing performance of RHBQ with promoted productized builds. | ||
|
||
## Scope of the testing | ||
|
||
### Impact on test suites and testing automation | ||
* A job that triggers Quarkus QE start-stop performance metrics in perflab should be implemented and added to | ||
acceptance pipeline. | ||
* A job triggering TechEmpower testing in perflab should be implemented and ran with candidate releases. Thus this job | ||
will be added to extended platform pipeline, which is only ran with builds of required quality. | ||
|
||
### Impact on resources | ||
* For both the start-stop and TechEmpower trigger job, a minimal possible executor will be used. This is currently a | ||
medium machine. | ||
* Start-stop testing takes minutes to tens of minutes. | ||
* TechEmpower testing takes tens of minutes to hours. | ||
|
||
## Future considerations | ||
* For TechEmpower testing, we should explore using a Horreum dashboard ran in perflab to visualize and compare trends | ||
between releases. | ||
|
||
## Contacts | ||
* Tester: Michal Jurč <[email protected]> | ||
|
||
## References | ||
* Feature epic: [QUARKUS-1312 Integrate performance testing into the QE Acceptance pipeline](https://issues.redhat.com/browse/QUARKUS-1312) |