-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fast USDC load test #10890
Comments
I will provide a way to get the relevant metrics. The loadtest should exercise all expected scenario over a sufficient number of iteration to trigger kernel GC. Alternatively if using a bootstrap style test it may be possible to reduce the number of iteration and call |
broke ground...
dc-fu-impact branch:
|
refs: #10890 refs: #10931 ## Description Add a driver to update the block height in fake vstorage cells. Add test of `sequence: false` based deletion. ### Security Considerations None ### Scaling Considerations None ### Documentation Considerations Internal test hooks ### Testing Considerations Updated unit tests of fake storage ### Upgrade Considerations None
What is the Problem Being Solved?
Our tests to date tear down the world after a handful of operations. We don't know the impact on the chain under sustained load.
Description of the Design
Goal: a load test to verify that some metrics don't grow over time: pending kernel promises, number of kernel objects, clist.
cc @mhofman
Security Considerations
Scaling Considerations
kinda the whole point
Test Plan
TBD
Upgrade Considerations
The text was updated successfully, but these errors were encountered: