Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-health/src/
H A Dserver.rs195 fn assert_serving_status(wire: i32, expected: ServingStatus) { in assert_serving_status()
197 assert_eq!(wire, expected); in assert_serving_status()
200 fn assert_grpc_status(wire: Option<Status>, expected: Code) { in assert_grpc_status()
201 let wire = wire.expect("status is not None").code(); in assert_grpc_status() localVariable
202 assert_eq!(wire, expected); in assert_grpc_status()
/tonic/tonic/benches-disabled/
H A DREADME.md11 …y test the performance of constructing Tonic Requests and Responses, not over-the-wire throughput.