This is an automated email from the ASF dual-hosted git repository.

divijv pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9b383a1e9e0 MINOR: Fix documentation for ConsumeBench metrics in 
Trogdor  (#13877)
9b383a1e9e0 is described below

commit 9b383a1e9e0b8dc82a1ffa8d884bd9f2954e67f1
Author: hudeqi <[email protected]>
AuthorDate: Wed Jun 21 20:49:13 2023 +0800

    MINOR: Fix documentation for ConsumeBench metrics in Trogdor  (#13877)
    
    Co-authored-by: Deqi Hu <[email protected]>
    
    Reviewers: Divij Vaidya <[email protected]>
---
 TROGDOR.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TROGDOR.md b/TROGDOR.md
index 3891857562f..849fc5d052d 100644
--- a/TROGDOR.md
+++ b/TROGDOR.md
@@ -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
 ========================================

Reply via email to