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

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

Issue 1944693002: [tools/perf] Remove trace rerun options from dual browser benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « 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/memory_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index 1c89590bd8fa98ac2d99fb8871fecaf56eaee430..ed58f3303c0578d64993c3599fe9191635136872 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -111,6 +111,7 @@ class DualBrowserBenchmark(_MemoryInfra):
on a webview-based browser (a stand in for the Search app), and loading
pages on a select browser.
"""
+ TBM_VERSION = 2
page_set = page_sets.DualBrowserStorySet
options = {'pageset_repeat': 5}
@@ -118,10 +119,6 @@ class DualBrowserBenchmark(_MemoryInfra):
def Name(cls):
return 'memory.dual_browser_test'
- def SetupBenchmarkDefaultTraceRerunOptions(self, tbm_options):
- # This is a TBMv2 benchmark.
- tbm_options.SetTimelineBasedMetric('memoryMetric')
-
# TODO(bashi): Workaround for http://crbug.com/532075
# @benchmark.Enabled('android') shouldn't be needed.
« 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