monorepo
                                
                                
                                
                                    monorepo copied to clipboard
                            
                            
                            
                        As a team, we need to perform load testing to enable stability and reliability (Local env)
Problem We need to confirm below. Prioritize the more urgent
- Are Amarok (ie agents) working under a normal load?
 - Where are our weak points on a scaled load?
 
Ideas to solve this Milestones
- Sudocode type spec
 - Report-generation
 - Link into E2E setup
 
Define:
- Volume
 - Time
 
Ideas
- Simulate load
 - We need to know if environment is working (ping pong messages all the time)
 - Need to know if infrastructure can handle scaled transactions (stress testing less frequently and/or adhoc)
 
Acceptance Criteria [ ] Load test can run on local environment [ ] We have clear logging to enable debugging. Clear explanation of what happened in a report afterwards that is easy to read by the team [ ] Spin up for X amount of transactions in Y period [ ] Include in CI
Other