You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhance Integration Tests with Load Testing for the indexer-service (#723)
* feat: add new load test to measure receipt handler in service
* refactor: remove duplicated start script
* chore: move constants to its own file
* feat: Implement CLI for test execution using Clap
Introduces a command-line interface powered by Clap to select and
configure integration tests. This allows for more flexible test runs,
including the ability to pass specific parameters like 'num_receipts'
to different test suites.
Additionally, constants used across tests have been centralized into
a dedicated module for improved organization and maintainability.
* chore: remove line to wait for db
* style: fix typo in comments
0 commit comments