Performance tests for Work Allocation
To run locally:
- Performance test against the perftest environment:
./gradlew gatlingRun
Flags:
- Debug (single-user mode):
-Ddebug=on e.g. ./gradlew gatlingRun -Ddebug=on - Run against AAT:
Denv=aat e.g. ./gradlew gatlingRun -Denv=aat
- The WA simulation targets Work Allocation via XUI - this is being used for all WA performance testing
The XUI-Performance repo now utilises calls from the common-performance repo, using the XUIHelper file.
Please ensure that you run git submodule update --init --recursive to populate the common folder with the required folders & files for the first time. Then run ./gradlew clean build to ensure any changes are picked up. (For further information, please refer to the Setup Instructions)