celestiaorg / celestia-app

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk
https://celestia.org
Apache License 2.0
328 stars 261 forks source link

Enabling selection and execution of specific e2e bench tests #3588

Closed staheri14 closed 1 week ago

staheri14 commented 1 week ago

Problem

The current e2e bench tests consist of only one test. However, as part of the big block workstream, multiple tests have been developed (link to the PR). Therefore, it is essential to add the ability to choose and run specific tests, similar to how other e2e tests are structured.

Acceptance Criteria

Refactor the bench test to enable choosing and running specific bench tests by name.