MINOR: Fix documentation for ConsumeBench metrics in Trogdor (#13877)

Co-authored-by: Deqi Hu <deqi.hu@shopee.com>

Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
hudeqi 2023-06-21 20:49:13 +08:00 committed by GitHub
parent 72503904e8
commit 9b383a1e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ RoundTripWorkload tests both production and consumption. The workload starts a
### ConsumeBench
ConsumeBench starts one or more Kafka consumers on a single agent node. Depending on the passed in configuration (see ConsumeBenchSpec), the consumers either subscribe to a set of topics (leveraging consumer group functionality and dynamic partition assignment) or manually assign partitions to themselves.
The workload measures the average produce latency, as well as the median, 95th percentile, and 99th percentile latency.
The workload measures the average consume latency, as well as the median, 95th percentile, and 99th percentile latency.
Faults
========================================