Remove "trim" from FIO output

Change-Id: If92ec5bc541ed6b5a77dd7c561f59937cdaf6260
This commit is contained in:
Yichen Wang 2016-08-16 13:35:59 -07:00
parent c7fae16a89
commit e73212a19b
1 changed files with 2 additions and 1 deletions

View File

@ -499,7 +499,8 @@ class KBA_Storage_Client(KBA_Client):
def encode_bins(self, p_output):
p_output = json.loads(p_output)
test_list = ['read', 'write', 'trim']
p_output['jobs'][0].pop('trim')
test_list = ['read', 'write']
for test in test_list:
histogram = HdrHistogram(1, 5 * 3600 * 1000, 3)