aboutsummaryrefslogtreecommitdiff
path: root/android_bench_suite/gen_json.py
diff options
context:
space:
mode:
Diffstat (limited to 'android_bench_suite/gen_json.py')
-rwxr-xr-xandroid_bench_suite/gen_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_bench_suite/gen_json.py b/android_bench_suite/gen_json.py
index ad617ff4..e1252933 100755
--- a/android_bench_suite/gen_json.py
+++ b/android_bench_suite/gen_json.py
@@ -81,7 +81,7 @@ def main(argv):
iteration = arguments.iterations
result = []
- for i in xrange(iteration):
+ for i in range(iteration):
result += collect_data(infile, bench, i)
with get_outfile(outfile, bench) as fout: