Francesco Mari created SLING-3756:
-------------------------------------
Summary: Create an improved JUnit test runner for performance tests
Key: SLING-3756
URL: https://issues.apache.org/jira/browse/SLING-3756
Project: Sling
Issue Type: Improvement
Components: Testing
Reporter: Francesco Mari
Priority: Minor
Attachments: SLING-3756-001.patch
I created an improved JUnit test runner for performance tests. This test runner
has multiple benefits compared to the existing one.
- It is fully compatible with every JUnit concept, including test inheritance,
befores/afters and rules.
- The computation of statistics and the reporting of the results is decoupled
from the execution of the performance tests. The test runner uses listeners to
notify an external agent about the progress of the test execution.
- A user can specify multiple listeners for the same set of performance tests,
e.g. to publish the results to different channels.
--
This message was sent by Atlassian JIRA
(v6.2#6252)