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

Side by Side Diff: Tools/run-perf-test.cfg

Issue 350803003: Perf check for bug (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update metric Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """Config file for Run Performance Test Bot 5 """Config file for Run Performance Test Bot
6 6
7 This script is intended for use by anyone that wants to run a remote performance 7 This script is intended for use by anyone that wants to run a remote performance
8 test. Modify the config below and add the command to run the performance test, 8 test. Modify the config below and add the command to run the performance test,
9 the metric you're interested in, and repeat/discard parameters. You can then 9 the metric you're interested in, and repeat/discard parameters. You can then
10 run a git try <bot>. 10 run a git try <bot>.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'dromaeo tools/perf/page_sets/dromaeo/jslibstylejquery.json', 61 'dromaeo tools/perf/page_sets/dromaeo/jslibstylejquery.json',
62 'metric': 'jslib/jslib', 62 'metric': 'jslib/jslib',
63 'repeat_count': '20', 63 'repeat_count': '20',
64 'max_time_minutes': '20', 64 'max_time_minutes': '20',
65 'truncate_percent': '25', 65 'truncate_percent': '25',
66 } 66 }
67 67
68 """ 68 """
69 69
70 config = { 70 config = {
71 'command': '', 71 'command': '.tools/perf/run_benchmark --browser=release blink_perf --page-filt er=htmloptionsinherit',
72 'metric': '', 72 'metric': 'htmloptionsinherit/htmloptionsinherit',
73 'repeat_count': '', 73 'repeat_count': '1',
74 'max_time_minutes': '', 74 'max_time_minutes': '10',
75 'truncate_percent': '', 75 'truncate_percent': '25',
76 } 76 }
77 77
78 # Workaround git try issue, see crbug.com/257689 78 # Workaround git try issue, see crbug.com/257689
OLDNEW
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698