Increase benchmark window to 1000 commits Change-Id: I0bab40b468c777b53ecf75076476362d4d2912b0
diff --git a/tools/upload_benchmark_data_to_google_storage.py b/tools/upload_benchmark_data_to_google_storage.py index e051c91..f293c2c 100755 --- a/tools/upload_benchmark_data_to_google_storage.py +++ b/tools/upload_benchmark_data_to_google_storage.py
@@ -12,9 +12,9 @@ import sys -APPS = ['NowInAndroidApp', 'TiviApp'] +APPS = perf.APPS TARGETS = ['r8-full'] -NUM_COMMITS = 250 +NUM_COMMITS = 1000 INDEX_HTML = os.path.join(utils.TOOLS_DIR, 'perf/index.html')