You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another way to produce load is to emulate what we call a "closed-loop client".
Namely, we tell the number of clients we want to emulate. A client submits a tx, wait until it is decided, then submits another txs, possibly after a (configurable, random, small?) sleep.
In other words, the number of emulated clients is the maximum number of outstanding requests in the system at any time.
Our current mempool for the Starknet mock app is quite barebones and could use a few improvements, namely:
MempoolLoad
or something)MempoolLoad
actor to generate load on the mempool in various waysThe text was updated successfully, but these errors were encountered: