No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 99.3%
  • Dockerfile 0.5%
  • Shell 0.2%
Find a file
Azhar Khan 2654f18331
Some checks failed
ci / tests (push) Failing after 3s
ci / release (push) Has been skipped
Merge pull request #61 from binkhq/Remove-columns-for-send-welcome-email-task
Update retailer_config table cols
2022-08-08 15:00:22 +01:00
.github/workflows update to python 3.10 2022-07-13 14:07:00 +03:00
data_population Update retailer_config table cols 2022-08-08 14:56:35 +01:00
locust_performance_testing update to python 3.10 2022-07-13 14:07:00 +03:00
router update nginx api urls 2022-06-15 09:46:17 +01:00
.flake8 Pipefile updates, formatting and linting configs 2022-03-12 19:38:41 +00:00
.gitignore Pipefile updates, formatting and linting configs 2022-03-12 19:38:41 +00:00
commands.py update to python 3.10 2022-07-13 14:07:00 +03:00
Dockerfile update to python 3.10 2022-07-13 14:07:00 +03:00
Pipfile update to python 3.10 2022-07-13 14:07:00 +03:00
Pipfile.lock update to python 3.10 2022-07-13 14:07:00 +03:00
pyproject.toml update to python 3.10 2022-07-13 14:07:00 +03:00
README.md updated endpoint prefixes to remove /bpl 2022-04-25 15:26:05 +01:00
settings.py update to python 3.10 2022-07-13 14:07:00 +03:00
style.sh update to python 3.10 2022-07-13 14:07:00 +03:00

Performance testing for BPL applications (Polaris, Carina, Vela)

Database Population:

For local database population, .env should contain:

DB_CONNECTION_URI=postgresql://<username>:<password>@localhost:5432/postgres?
VAULT_URL=https://bink-uksouth-perf-bpl.vault.azure.net/
POLARIS_DB=perf_bpl_polaris
CARINA_DB=perf_bpl_carina
VELA_DB=perf_bpl_vela

To run database population (from root dir):

python commands.py -t <task name> -d <data configuration>

For more information about available parameters:

python commands.py --help

Running Performance Tests:

To start up locust, run:

pipenv run locust --host=https://perf-bpl.sandbox.gb.bink.com --locustfile=PATH_TO_FILE