Backed out changeset e8d5a5bfae0a (bug 1686706) for linting failure. CLOSED TREE

This commit is contained in:
Csoregi Natalia 2021-01-18 17:26:26 +02:00
parent 3e8f0c44df
commit 5077359d23

View File

@ -1552,7 +1552,6 @@ class BrowsertimeOutput(PerftestOutput):
subtest["replicates"].extend(replicates)
elif "benchmark" in test["type"]:
subtests = None
if "speedometer" in test["name"]:
subtests, vals = self.parseSpeedometerOutput(test)
if "ares6" in test["name"]:
@ -1564,11 +1563,6 @@ class BrowsertimeOutput(PerftestOutput):
if "unity-webgl" in test["name"]:
subtests, vals = self.parseUnityWebGLOutput(test)
if subtests is None:
raise Exception(
"No benchmark metrics found in browsertime results"
)
suite["subtests"] = subtests
# summarize results for both benchmark type tests
if len(subtests) > 1: