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
Error out if chain listener fails to start in benchmark client (#4449)
## Motivation
Currently if the chain listener fails to start, we just continue with
the benchmarks. However, if we want to ensure they're more "realistic",
we should enforce that the chain listener is properly running.
## Proposal
Error out if the chain listener fails to start
## Test Plan
Benchmark a network using this.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
0 commit comments