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

Unified Diff: Tools/run-perf-test.cfg

Issue 359603002: *** NOT FOR LANDING *** Remove StyleEngine.h include from RenderObject.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@final-step
Patch Set: 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/web/tests/WebFrameTest.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..e8c498362424e2baa78cbd04dfd02e796f20f0ec 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_measurement run blink_perf.all --page-filter=line-layout',
+ 'metric': 'times/t',
+ 'repeat_count': '20',
+ 'max_time_minutes': '20',
+ 'truncate_percent': '25',
}
# Workaround git try issue, see crbug.com/257689
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698