Closed bboston7 closed 7 months ago
I'd recommend splitting this change in two: one to support the updated loadgen API, and another to introduce new missions to test perf? This way we can merge https://github.com/stellar/stellar-core/pull/4248 and the first ssc change, without worrying about any potential breakages caused by the second ssc change.
I'd recommend splitting this change in two: one to support the updated loadgen API, and another to introduce new missions to test perf?
I agree. I opened #158 with just support for the API changes. I'll open a separate PR for the new mission.
Closes #142
This change adds a new mission
MaxTPSMixed
that performs a binary search to determine the max TPS under a mix of classic and soroban traffic. It also adds support for the distributions added in https://github.com/stellar/stellar-core/pull/4248