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

Unified Diff: tools/perf/benchmarks/rasterize_and_record_micro.py

Issue 1577433003: Statistics of LayoutBox rare data reasons Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 3 years, 9 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
Index: tools/perf/benchmarks/rasterize_and_record_micro.py
diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
index 103b06e0de6f249c0f6a540f7f725ab52990626e..82bac41ac1b87539de98a9007c28eea2df690569 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -20,11 +20,11 @@ class _RasterizeAndRecordMicro(perf_benchmark.PerfBenchmark):
help='Wait time before the benchmark is started '
'(must be long enough to load all content)')
parser.add_option('--rasterize-repeat', type='int',
- default=100,
+ default=1,
help='Repeat each raster this many times. Increase '
'this value to reduce variance.')
parser.add_option('--record-repeat', type='int',
- default=100,
+ default=1,
help='Repeat each record this many times. Increase '
'this value to reduce variance.')
parser.add_option('--timeout', type='int',

Powered by Google App Engine
This is Rietveld 408576698