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

Unified Diff: tools/auto_bisect/bisect.cfg

Issue 655563007: telemetry: remove run_measurment script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all references to run_measurement Created 6 years, 2 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 | « chrome/telemetry.isolate ('k') | tools/perf/run_measurement » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect.cfg
diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
index 782b4b1d6fbd30f9b23f92105f08428144768a19..7525bf80e8625992391cd7408c4cb78b65d62830 100644
--- a/tools/auto_bisect/bisect.cfg
+++ b/tools/auto_bisect/bisect.cfg
@@ -50,11 +50,11 @@ For ChromeOS:
- Example:
config = {
- 'command': ('./tools/perf/run_measurement -v --browser=cros-chrome-guest '
- 'dromaeo.jslibstylejquery')
+ 'command': ('./tools/perf/run_benchmark -v --browser=cros-chrome-guest '
+ 'smoothness.key_mobile_sites')
'good_revision': '4086.0.0',
'bad_revision': '4087.0.0',
- 'metric': 'jslib/jslib',
+ 'metric': 'mean_frame_time/mean_frame_time',
}
"""
« no previous file with comments | « chrome/telemetry.isolate ('k') | tools/perf/run_measurement » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698