aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bensong@google.com <bensong@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-11 21:59:01 +0000
committerGravatar bensong@google.com <bensong@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-11 21:59:01 +0000
commiteac275932e6067c023e6ba46d812a08f84167d65 (patch)
treef3844876fa8c54c45ae930d61e9cc83022de9359
parent1c0ade7fc67a45f0c3068303aefaba846e2ffa05 (diff)
r10473 introduced a space between bench values; adjusting the corresponding regexp. (SkipBuildbotRuns).
Review URL: https://codereview.chromium.org/22447004 git-svn-id: http://skia.googlecode.com/svn/trunk@10670 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--bench/bench_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_util.py b/bench/bench_util.py
index 9798aa6206..b959d32ae9 100644
--- a/bench/bench_util.py
+++ b/bench/bench_util.py
@@ -17,7 +17,7 @@ ALGORITHM_25TH_PERCENTILE = '25th'
PER_SETTING_RE = '([^\s=]+)(?:=(\S+))?'
SETTINGS_RE = 'skia bench:((?:\s+' + PER_SETTING_RE + ')*)'
BENCH_RE = 'running bench (?:\[\d+ \d+\] )?\s*(\S+)'
-TIME_RE = '(?:(\w*)msecs = )?\s*((?:\d+\.\d+)(?:,\d+\.\d+)*)'
+TIME_RE = '(?:(\w*)msecs = )?\s*((?:\d+\.\d+)(?:, \d+\.\d+)*)'
# non-per-tile benches have configs that don't end with ']' or '>'
CONFIG_RE = '(\S+[^\]>]): ((?:' + TIME_RE + '\s+)+)'
# per-tile bench lines are in the following format. Note that there are