Skip to content

Conversation

@auto-mausx
Copy link
Collaborator

This may be a little optimistic for constant rate, 8 rps for 58 mins. We can reduce this amount if it's too crazy, but ideally we can see where we are at with a higher rate like this and adjust as needed. This may be at the upper end of the limit for RPC services, but with Alchemy we just pay for increased usage I believe.

closes #437

@auto-mausx auto-mausx self-assigned this Jul 7, 2025
{ duration: '58m', target: 1 },
{ duration: '1m', target: 0 },
{ duration: '1m', target: 2 },
{ duration: '58m', target: 8 },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would set it to 5 for now and see how it behaves.

Also, if we’re redefining what we consider a high load, let’s update our definitions of medium and low as well — for both constant and ramping flows.

echo "lt_chain=${CHAIN:-Solana}" >> "$GITHUB_OUTPUT"
echo "lt_env=${ENV:-dev}" >> "$GITHUB_OUTPUT"
echo "lt_strategy=${STRATEGY:-constant_medium_rate_1h}" >> "$GITHUB_OUTPUT"
echo "lt_strategy=${STRATEGY:-constant_high_rate_1h}" >> "$GITHUB_OUTPUT"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it too much? 8 or even 5 requests every second 24/7? I believe it will generate too many logs, CPU usage, etc. And our system can be down most of the time.

@auto-mausx
Copy link
Collaborator Author

@volovyks updated this to a be a bit more reasonable, kept our constant rate as our "low constant" rate, and updated med and high for more traffic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Increase request frequency on Load Tests

3 participants