git-svn-id: http://skia.googlecode.com/svn/trunk@4436 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
af3d79a8c8
commit
ead2b39ab1
@ -82,7 +82,7 @@ def parse(settings, lines):
|
||||
times = new_config.group(2)
|
||||
for new_time in re.finditer(time_re, times):
|
||||
current_time_type = new_time.group(1)
|
||||
iters = [float[i] for i in
|
||||
iters = [float(i) for i in
|
||||
new_time.group(2).strip().split(',')]
|
||||
current_time = sum(iters) / len(iters)
|
||||
benches.append(BenchDataPoint(
|
||||
|
Loading…
Reference in New Issue
Block a user