feat(load-testing): Add phases to the load testing script - #3429
Open
joshlarson wants to merge 3 commits into
Open
feat(load-testing): Add phases to the load testing script#3429joshlarson wants to merge 3 commits into
joshlarson wants to merge 3 commits into
Conversation
joshlarson
commented
Aug 18, 2026
| - get: | ||
| url: "/" | ||
| - think: 1 | ||
| count: 100 |
Contributor
Author
There was a problem hiding this comment.
I'm open to adding this back in, but IMO it was just confusing me, because in this particular case, it was just sort of acting as a slightly delayed multiplier, making it hard to tell just by looking at the script what load it was generating.
joshlarson
enabled auto-merge (squash)
August 18, 2026 22:56
lvachon1
approved these changes
Aug 19, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This adds phases to the load testing script, so that we can measure our code's performance against 100, 200, 500, 1k, 2k, 5k, and 10k requests per second.
Scope
Asana Ticket: 📈 Set up the GHA Artillery script to increase load in stages
Screenshots
How to test
Once this is merged, we can re-run the load test Github Action and see how much load dev-green and dev-blue can handle.
For extra fun, we could deploy an old release to one of those environments and see it perform worse (hopefully).