top of page

PERFORMATOR

Quickstart
Here is a short guide how you can start your performance testing adventure using performator.

Step 03
Run maven
open the project in an IDE of your choice, and run one of the sample tests using maven:
mvn clean verify -Dpfr_test="com.performetriks.performator.quickstart.tests.PFRTestExample"
STEP 04
CHECK Report
When the test finishes After a few minutes, you can check the HTML Report that you can find under:
./target/report

bottom of page


