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
## Motivation
On Testnet Babbage, we experienced a faucet failure (rather, DoS) when
many people tried to create wallets and chains at the same time. To make
sure it doesn't happen again, we'd like to stress-test the faucet with
artificial data.
## Proposal
Add a small bash script that executes `linera wallet init; linera wallet
request-chain` against a faucet many times in parallel, printing timing
information on stdout in JSON for analysis.
## Test Plan
Run against a local faucet.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments