Make binary size analysis upload to skia-perf bucket
It's currently pointed at chromium-skia-gm, but Perf results are now uploaded to skia-perf. BUG=skia:2969 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2371193002 Review-Url: https://codereview.chromium.org/2371193002
This commit is contained in:
parent
4a3717a0b7
commit
d6699c8281
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user