Index: infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py |
diff --git a/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py b/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py |
index 5cb24d967a78ca6a1d73f712f90de3bc923a48af..99887ea9ccd343fea24b26937afd9f33573cab65 100755 |
--- a/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py |
+++ b/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py |
@@ -335,7 +335,7 @@ def DumpCompactTree(symbols, symbol_path_origin_dir, ha, ts, issue, gsutil): |
# Use separators without whitespace to get a smaller file. |
json.dump(json_data, out, separators=(',', ':')) |
- GS_PREFIX = 'gs://chromium-skia-gm/' |
+ GS_PREFIX = 'gs://skia-perf/' |
# Writes to Google Storage for visualization. |
subprocess.check_call(GetGsCopyCommandList( |
gsutil, tmpfile, GS_PREFIX + 'size/' + ha + '.json')) |