Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: tools/telemetry/telemetry/benchmark.py

Issue 1056623002: Telemetry: Add simple startup benchmark that uses a large profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Lower page_set repeat to 1. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/generated_profiles/win32/large_profile.zip.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/benchmark.py
diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py
index 60087c6bf3ac36a967d40bf16b8088d09b8940d8..684fb3810615060ea4c35c41616ea84ee3c7a90d 100644
--- a/tools/telemetry/telemetry/benchmark.py
+++ b/tools/telemetry/telemetry/benchmark.py
@@ -230,6 +230,8 @@ class Benchmark(command_line.Command):
# Download profile directory from cloud storage.
found_browser = browser_finder.FindBrowser(options)
+ if found_browser.IsRemote():
+ return
test_data_dir = os.path.join(util.GetChromiumSrcDir(), 'tools', 'perf',
'generated_profiles',
found_browser.target_os)
« no previous file with comments | « tools/perf/generated_profiles/win32/large_profile.zip.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698