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

Unified Diff: generate_perf.py

Issue 13603011: Adds cc_perftests to the dashboards. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/perf/
Patch Set: Created 7 years, 8 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 | « dashboard/overview.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generate_perf.py
===================================================================
--- generate_perf.py (revision 192800)
+++ generate_perf.py (working copy)
@@ -120,6 +120,7 @@
'avperf': 'Audio Video Perf',
'av_perf': 'Audio Video Perf 2',
'bloat-http': 'Bloat - HTTP',
+ 'cc_perftests': 'Chrome Compositor Perf',
'chrome_frame_perf': 'Chrome Frame Perf',
'control-testControlAttachDetachDOMTree':
'Control Test: ControlAttachDetachDOMTree',
@@ -225,7 +226,7 @@
"""
# Template contents of a chrome_config.js file. One is create in dashboard
-# directory. This specifies all test names and machines that are running
+# directory. This specifies all test names and machines that are running
# the tests. This is used by Chrome dashboard HTML pages.
CHROME_CONFIG_TEMPLATE = """\
/*
« no previous file with comments | « dashboard/overview.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698