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 |