Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmcts/ccd-cache-warm-performance

CCD Cache Warming for Performance Tests
https://github.com/hmcts/ccd-cache-warm-performance

jenkins-cft-a-c

Last synced: about 1 month ago
JSON representation

CCD Cache Warming for Performance Tests

Awesome Lists containing this project

README

        

### CCD Cache Warming Test to load data-store with the latest case type definitions

To run locally:
- Run 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