stellar / supercluster

Stellar-core integration test automation tool
Other
9 stars 16 forks source link

Add new max TPS mission with mixed classic/soroban traffic #155

Closed bboston7 closed 7 months ago

bboston7 commented 8 months ago

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

marta-lokhova commented 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.

bboston7 commented 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?

I agree. I opened #158 with just support for the API changes. I'll open a separate PR for the new mission.