Skip to content

Commit 12ef580

Browse files
committed
fix the unit of CH2 metrics
Change-Id: I966062aef79ea968c503cc4d27c029334ac84b4e Reviewed-on: https://review.couchbase.org/c/perfrunner/+/169516 Tested-by: Build Bot <[email protected]> Reviewed-by: Bo-Chun Wang <[email protected]>
1 parent 3b276da commit 12ef580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfrunner/helpers/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ def ch2_response_time(self, response_time: float, tclients: int) -> Metric:
13111311

13121312
def ch2_analytics_query_time(self, query_time: float, tclients: int) -> Metric:
13131313
metric_id = '{}_{}'.format(self.test_config.name, "analytics_query_time")
1314-
title = 'Average time per analytics query set (min), {}, {} tclients'.format(self._title,
1314+
title = 'Average time per analytics query set (sec), {}, {} tclients'.format(self._title,
13151315
tclients)
13161316

13171317
metric_info = self._metric_info(metric_id,

0 commit comments

Comments
 (0)