bcgov / bc-emli-pin-mgmt-be

BC Virtual Home Energy Rating PIN Management System Backend
Apache License 2.0
1 stars 0 forks source link

BVPS-488: Load testing scripts #164

Closed hannah-macdonald1 closed 7 months ago

hannah-macdonald1 commented 8 months ago

This PR contains the load testing scripts for the backend and virus scan using k6 under the load-testing folder. Note that you will have to ensure psql and k6 are instralled locally to run thee. See the included load-test-instructions.md for more details.

Also included in this PR is an update to allow a larger DB Pool with the POOL_SIZE variable for better performance. This has already been included on dev and test, but prod will need it to be included accordingly once deployed.