grpcpulse 0.1.0

Benchmark and compare gRPC endpoints side by side — latency, throughput, and stream lag
Documentation
1
2
3
4
5
6
fn main() {
    tonic_build::compile_protos("proto/health.proto")
        .expect("failed to compile health.proto");
    tonic_build::compile_protos("proto/geyser.proto")
        .expect("failed to compile geyser.proto");
}