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

Unified Diff: tools/perf/run_measurement

Issue 17087011: [telemetry] Fix run_measurement with legacy options (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update docs. Created 7 years, 6 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 | « no previous file | tools/telemetry/docs/telemetry.core.timeline.tracing.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_measurement
diff --git a/tools/perf/run_measurement b/tools/perf/run_measurement
index 28cec9f5e7115b8b03fc40cc19525ddd9387ab2a..2e09dfc5c11ffb01d9e542ac54a13f658fb64d08 100755
--- a/tools/perf/run_measurement
+++ b/tools/perf/run_measurement
@@ -65,8 +65,9 @@ def main():
"loading_benchmark": "loading_measurement",
"memory_benchmark": "memory_measurement",
"rasterize_and_record_benchmark": "rasterize_and_record_benchmark",
- "scrolling_benchmark": "smoothness_measurement",
- "smoothness_benchmark": "smoothness_measurement",
+ "scrolling_benchmark": "smoothness",
+ "smoothness_benchmark": "smoothness",
+ "smoothness_measurement": "smoothness",
"startup_benchmark": "startup_measurement"
}
« no previous file with comments | « no previous file | tools/telemetry/docs/telemetry.core.timeline.tracing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698