We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013d682 commit 5c86702Copy full SHA for 5c86702
analyze-benchmarks.py
@@ -75,7 +75,7 @@ def main(instances, resultsfile, percent, targetmetric, targetvalue):
75
metrics[metric_id][ipat] = []
76
value = float(metric.get('value'))
77
if metric_id.startswith(('tps', 'tpm', 'xacts')) or \
78
- metric_id.endswith(('_ops', '_rps')):
+ metric_id.endswith(('_tps', '_ops', '_rps')):
79
value = -value
80
metrics[metric_id][ipat].append(value)
81
if not inst_ipat:
0 commit comments