feat: merge-train/spartan - #25023
Merged
Merged
Conversation
The bench-inclusion-sweep environment capped prover-agent autoscaling at 10 replicas, which throttled proving throughput during high-TPS sweep runs. Raise PROVER_AGENT_KEDA_MAX_REPLICAS and the scaling band to 100 so the agent pool can keep pace with the offered load.
## What Raises the prover-agent autoscaling cap in the `bench-inclusion-sweep` environment from 10 to 100 replicas: - `PROVER_AGENT_KEDA_MAX_REPLICAS`: `10` → `100` - KEDA scaling band `replicas`: `10` → `100` ## Why The inclusion-sweep bench caps the agent pool at 10 replicas, which throttles proving throughput during the high-TPS sweep runs. Scaling to 100 lets the agent pool keep pace with the offered load so the sweep measures node/broker behaviour rather than agent starvation. Used while testing the prover-node/broker memory-reduction work.
AztecBot
enabled auto-merge
July 28, 2026 16:31
Collaborator
Author
|
🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass. |
Collaborator
Author
|
🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass. |
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.
BEGIN_COMMIT_OVERRIDE
feat: map pino log level to AWS severity (#25022)
chore: delete unused envs (#25025)
chore: add new client (#25016)
chore(bench): scale inclusion-sweep prover agents to 100 (#25024)
END_COMMIT_OVERRIDE