hindley-milner-systems / dapp-ertp-airdrop

0 stars 2 forks source link

stress test claiming process #65

Closed tgrecojs closed 5 days ago

tgrecojs commented 5 months ago
linear[bot] commented 5 months ago

LAR-108 stress test claiming process

dckc commented 5 months ago

I suppose this issue matches the the Perf testing item in the MN2 checklist.

Perform performance and stress testing on the smart contract deployed on our testnet. Build test tools and scripts to simulate high loads, monitor resource usage, and identify bottlenecks. Document results, including performance metrics, failure points, and recommendations for improvement. See also https://github.com/Agoric/agoric-sdk/discussions/9941

Based on our discussion, I suggest:

And so on

It's useful to start doing this sort of testing even if offers are just a noop, for a few reasons:

  1. to get a baseline
  2. to get a sense of what scale is feasible
  3. to identify performance bottlenecks early