To determine an acceptable approach for running load tests on each production deployment.
Requirements
Create a spike document that answers the following questions:
How should we run the load tests automatically, in production, after each new deployment goes live?
Where should we run the load tests from? e.g. should we use GitHub actions runners (VMs), AWS Fargate?
Acceptance Criteria
The proposed solution should invoke tests after merges into the main branch, and after that new code is deployed to production (successfully or unsuccessfully is fine).
Motivation
To determine an acceptable approach for running load tests on each production deployment.
Requirements
Create a spike document that answers the following questions:
Acceptance Criteria
main
branch, and after that new code is deployed to production (successfully or unsuccessfully is fine).