Added a check to look at action
While comparing rally results, need another check to ensure that action is present. Change-Id: I9131928d2796253e04f8401fd9663ac6fdd8dea3
This commit is contained in:
parent
418c46bb54
commit
d8ef0e9c11
@ -265,6 +265,8 @@ class Elastic(object):
|
||||
continue
|
||||
else:
|
||||
for action in data[uuids[0]][scenario]:
|
||||
if action not in data[uuids[1]][scenario]:
|
||||
continue
|
||||
dset = [data[uuids[0]][scenario][action],
|
||||
data[uuids[1]][scenario][action]]
|
||||
perf0 = data[uuids[0]][scenario][action]
|
||||
|
Loading…
x
Reference in New Issue
Block a user