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

Unified 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, 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 | « Source/core/css/resolver/StyleResolver.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/run-perf-test.cfg
diff --git a/Tools/run-perf-test.cfg b/Tools/run-perf-test.cfg
index a778b65075b4c05f7a16f58b1a43205c57946edf..6ff46246abccb5cbabbbf829e91c4215e372f36f 100644
--- a/Tools/run-perf-test.cfg
+++ b/Tools/run-perf-test.cfg
@@ -68,11 +68,11 @@ config = {
"""
config = {
- 'command': '',
- 'metric': '',
- 'repeat_count': '',
- 'max_time_minutes': '',
- 'truncate_percent': '',
+ 'command': '.tools/perf/run_benchmark --browser=release blink_perf --page-filter=htmloptionsinherit',
+ 'metric': 'htmloptionsinherit/htmloptionsinherit',
+ 'repeat_count': '1',
+ 'max_time_minutes': '10',
+ 'truncate_percent': '25',
}
# Workaround git try issue, see crbug.com/257689
« 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