Agoric / testnet-load-generator

A dapp that generates somewhat realistic loads for testnet
Apache License 2.0
7 stars 7 forks source link

feat(runner): Support chain and client traces #79

Closed mhofman closed 2 years ago

mhofman commented 2 years ago

Add the ability to save traces for the kvstore, xsnap and the swingstore.

Rename the storage tarball filename for consistency.

chain swingstore and client xsnap and swingstore traces rely on https://github.com/Agoric/agoric-sdk/pull/5228, but being env additions, it's backwards compatible to add to loadgen independently.