git-svn-id: http://skia.googlecode.com/svn/trunk@4436 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/bench_util.py b/bench/bench_util.py
index f3dd7af..22ded9d 100644
--- a/bench/bench_util.py
+++ b/bench/bench_util.py
@@ -82,7 +82,7 @@
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(