An example that includes an echo gRPC streaming server and a minimal benchmark binding.
In one terminal, run:
cargo run --release --bin echo-grpc-server -- --config echo-grpc/Server.example.toml
In a second terminal:
cargo run --release --bin bft-bench-echo -- --config echo-grpc/Benchmark.example.toml