Searched refs:group (Results 1 – 6 of 6) sorted by relevance
| /tonic/tonic/benches-disabled/benchmarks/ |
| H A D | request_response.rs | 15 let mut group = c.benchmark_group("Request_Response"); in bench_throughput() localVariable 19 group.plot_config(plot_config); in bench_throughput() 38 group.throughput(Throughput::Bytes(size.len() as u64)); in bench_throughput() 40 group.bench_with_input(BenchmarkId::new("request", size.len()), size, |b, i| { in bench_throughput() 43 group.bench_with_input(BenchmarkId::new("response", size.len()), size, |b, i| { in bench_throughput() 47 group.finish(); in bench_throughput()
|
| H A D | request_response_diverse_types.rs | 76 let mut group = c.benchmark_group("Request_Response_Diverse_Types"); in bench_throughput() localVariable 81 group.plot_config(plot_config); in bench_throughput() 88 group.throughput(Throughput::Bytes(size.len() as u64)); in bench_throughput() 90 group.bench_with_input(BenchmarkId::new("request", size.len()), size, |b, i| { in bench_throughput() 94 group.finish(); in bench_throughput()
|
| /tonic/tonic-build/src/ |
| H A D | lib.rs | 248 let group = Group::new(Delimiter::Bracket, deprecated_stream); in generate_deprecated() localVariable 252 stream.append(group); in generate_deprecated() 273 let group = Group::new(Delimiter::Bracket, doc_stream); in generate_doc_comment() localVariable 277 stream.append(group); in generate_doc_comment()
|
| /tonic/.github/workflows/ |
| H A D | CI.yml | 160 feature-group: all-features
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | resource.proto | 57 // // For Kubernetes resources, the format is {api group}/{kind}.
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 206 // name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
|