commit | 987b6379403b350bbda28430378841f772e734b7 | [log] [tgz] |
---|---|---|
author | Christoffer Adamsen <christofferqa@google.com> | Mon Jun 17 09:34:11 2024 +0200 |
committer | Christoffer Adamsen <christofferqa@google.com> | Mon Jun 17 09:34:11 2024 +0200 |
tree | 744840805186f5910bb8f799d61f9e0c2174ecf5 | |
parent | 4363359e7b3416fc4153998448a9e2c6d20f19f1 [diff] [blame] |
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')