diff --git a/tools/perf/process_perf_results.py b/tools/perf/process_perf_results.py index c84cccff0fe53c2c9fad60e0660313f88b0174bf..3782d9e8e59ec2f7e34d46981d5ebc624d7ea7cf 100755 --- a/tools/perf/process_perf_results.py +++ b/tools/perf/process_perf_results.py @@ -48,7 +48,7 @@ except ImportError: pass -RESULTS_URL = 'https://chromeperf.appspot.com' +RESULTS_URL = 'https://brave-perf-dashboard.appspot.com'; sys.path.append(os.path.join(path_util.GetChromiumSrcDir(), 'brave', 'tools', 'perf', 'components')); import brave_logdog_helper as logdog_helper # Until we are migrated to LUCI, we will be utilizing a hard # coded master name based on what is passed in in the build properties.