grpcpulse 0.1.0

Benchmark and compare gRPC endpoints side by side — latency, throughput, and stream lag
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod endpoint;
pub mod bench;
pub mod report;
pub mod stream;


pub mod health {
    tonic::include_proto!("grpc.health.v1");
}

pub mod geyser {
    tonic::include_proto!("geyser");
}