-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mojaloop/#3398): Performance characterisation for ALS - Setup te…
…st-cases - re-factored k6 test-cases into a seperate package, which has clear seperation of scenarios, test-cases driving by a common test-config - re-factored the docker compose for perf tests to split out the Callback-Handler-Svc into sepeerate dedicated simulators for Oracles, PayerDFSP, PayeeDFSP, and Central-Ledger Admin Services - added a new perf.env config to store all perf related env vars
- Loading branch information
Showing
17 changed files
with
692 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
## Docker Image Versions | ||
|
||
ML_API_ADAPTER_VERSION=v14.0.0 | ||
ACCOUNT_LOOKUP_SERVICE_VERSION=v14.2.2 | ||
QUOTING_SERVICE_VERSION=v15.0.2 | ||
CENTRAL_LEDGER_VERSION=v17.0.3 | ||
|
||
# Callback Handler SVC Env Vars | ||
FSPIOP_ALS_ENDPOINT_URL=http://account-lookup-service:4002 | ||
FSPIOP_FSP_ID=perffsp2 | ||
FSPIOP_CALLBACK_URL=http://callback-handler-svc:3001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.