| 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',
|
|
|