aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/proto/benchmarks/stats.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/proto/benchmarks/stats.proto')
-rw-r--r--test/proto/benchmarks/stats.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/proto/benchmarks/stats.proto b/test/proto/benchmarks/stats.proto
index f9d116110b..7e02707dbb 100644
--- a/test/proto/benchmarks/stats.proto
+++ b/test/proto/benchmarks/stats.proto
@@ -45,8 +45,8 @@ message ServerStats {
// Histogram params based on grpc/support/histogram.c
message HistogramParams {
- double resolution = 1; // first bucket is [0, 1 + resolution)
- double max_possible = 2; // use enough buckets to allow this value
+ double resolution = 1; // first bucket is [0, 1 + resolution)
+ double max_possible = 2; // use enough buckets to allow this value
}
// Histogram data based on grpc/support/histogram.c