Remove aggrpct from results

This value is useless to us since we're not running combined read/write
tests at all.
This commit is contained in:
Joshua Boniface 2020-08-25 12:38:49 -04:00
parent 70b9caedc3
commit bb7b1a2bd0
1 changed files with 0 additions and 4 deletions

View File

@ -332,7 +332,6 @@ def run_benchmark(self, pool):
# Bandwidth
# 41: min
# 42: max
# 43: agg % of total
# 44: mean
# 45: stdev
# 46: # samples
@ -364,7 +363,6 @@ def run_benchmark(self, pool):
"bandwidth": {
"min": results[41],
"max": results[42],
"aggrpct": results[43],
"mean": results[44],
"stdev": results[45],
"numsamples": results[46],
@ -399,7 +397,6 @@ def run_benchmark(self, pool):
# Bandwidth
# 88: min
# 89: max
# 90: agg % of total
# 91: mean
# 92: stdev
# 93: # samples
@ -431,7 +428,6 @@ def run_benchmark(self, pool):
"bandwidth": {
"min": results[88],
"max": results[89],
"aggrpct": results[90],
"mean": results[91],
"stdev": results[92],
"numsamples": results[93],