Upload to r8-perf-results bucket
Change-Id: I9163e83ceba531bf25ac2888a00d2d5e7ad9baa0
diff --git a/tools/upload_benchmark_data_to_google_storage.py b/tools/upload_benchmark_data_to_google_storage.py
index 733f60e..66415f6 100755
--- a/tools/upload_benchmark_data_to_google_storage.py
+++ b/tools/upload_benchmark_data_to_google_storage.py
@@ -16,7 +16,6 @@
TARGETS = ['r8-full']
NUM_COMMITS = 250
-BUCKET_PUBLIC = 'r8-test-results'
INDEX_HTML = os.path.join(utils.TOOLS_DIR, 'perf/index.html')
@@ -94,11 +93,8 @@
# Write output files to public bucket.
perf.ArchiveOutputFile(benchmark_data_file,
'perf/benchmark_data.json',
- bucket=BUCKET_PUBLIC,
header='Cache-Control:no-store')
- perf.ArchiveOutputFile(INDEX_HTML,
- 'perf/index.html',
- bucket=BUCKET_PUBLIC)
+ perf.ArchiveOutputFile(INDEX_HTML, 'perf/index.html')
if __name__ == '__main__':