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

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

Issue 2282303002: [test] lazily parse css style rules
Patch Set: use string pool Created 4 years, 4 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 | « third_party/WebKit/Source/core/css/parser/CSSTokenizer.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 2529fca92f3657cbd6adf52146995b8144c34d0b..1e93a77f066ddbbae7fa5fd36e6cee8466ba8dc5 100644
--- a/tools/run-perf-test.cfg
+++ b/tools/run-perf-test.cfg
@@ -67,11 +67,10 @@ config = {
"""
config = {
- 'command': '',
- 'metric': '',
- 'repeat_count': '',
- 'max_time_minutes': '',
- 'truncate_percent': '',
+ 'command': './tools/perf/run_benchmark --browser=release page_cycler_v2.typical_25',
+ 'repeat_count': '10',
+ 'max_time_minutes': '120',
+ 'truncate_percent': '0',
}
# Workaround git try issue, see crbug.com/257689
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698