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

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

Issue 2556393003: [v8.runtime_stats] Update page-repeat to 3 for v8.runtime_stats.top_25 (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index a1b8aa732b51328497f1a960b51831ea59726f83..93f27aec4f743e051b3972e94f4789b3aeb16c7e 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -232,7 +232,7 @@ class V8Adword(perf_benchmark.PerfBenchmark):
class _Top25RuntimeStats(perf_benchmark.PerfBenchmark):
- options = {'pageset_repeat': 1}
+ options = {'pageset_repeat': 3}
def CreateTimelineBasedMeasurementOptions(self):
# TODO(fmeawad): most of the cat_filter information is extracted from
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698