Index: tools/telemetry/telemetry/benchmark.py |
diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py |
index eaf60096e48dc5e379ae1876dc86e3d00a96b2c1..f9bc39f152061b5445e1235bed0ecfe24122b026 100644 |
--- a/tools/telemetry/telemetry/benchmark.py |
+++ b/tools/telemetry/telemetry/benchmark.py |
@@ -86,7 +86,7 @@ class Benchmark(command_line.Command): |
logging.warning(str(failure)) |
results.PrintSummary() |
- return len(results.failures) + len(results.errors) |
+ return len(results.failures) |
def _DownloadGeneratedProfileArchive(self, options): |
"""Download and extract profile directory archive if one exists.""" |