Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmcts/am-performance-tests
https://github.com/hmcts/am-performance-tests
jenkins-cft jenkins-cft-a-c
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmcts/am-performance-tests
- Owner: hmcts
- Created: 2020-09-28T09:37:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T14:45:30.000Z (about 1 month ago)
- Last Synced: 2024-11-14T15:37:14.897Z (about 1 month ago)
- Topics: jenkins-cft, jenkins-cft-a-c
- Language: Scala
- Homepage:
- Size: 47.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# performance test AccessManagement
Gatling performance tests for AM
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`Before running locally, update the client secret in src/gatling/resources/application.conf then run `git update-index --assume-unchanged src/gatling/resources/application.conf` to ensure the changes aren't pushed to github.
To make other configuration changes to the file, first run `git update-index --no-assume-unchanged src/gatling/resources/application.conf`, ensuring to remove the client secret before pushing to origin