aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/benchmarks/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/benchmarks/run.py b/tools/benchmarks/run.py
index 2a90f3a..c3ea63f 100755
--- a/tools/benchmarks/run.py
+++ b/tools/benchmarks/run.py
@@ -164,7 +164,7 @@ def RunBench(apk, classname,
try:
for line in outerr.rstrip().splitlines():
- if not line.endswith('per iteration'):
+ if not line.startswith('benchmarks/'):
continue
name = line.split(":")[0].rstrip()
score = float(line.split(":")[1].strip().split(" ")[0].strip())