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

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

Issue 2129443002: Rename v8.infinite_scroll benchmarks to archive old results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 4d38577b34354ab596e3c95e31189aa0ca2de9ba..20c18e6d316b21b37d824fdb961e19106c105724 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -159,7 +159,7 @@ class V8InfiniteScroll(_InfiniteScrollBenchmark):
@classmethod
def Name(cls):
- return 'v8.infinite_scroll'
+ return 'v8.infinite_scroll_tbmv2'
# Disabled on reference builds because they don't support the new
@@ -174,7 +174,7 @@ class V8InfiniteScrollIgnition(V8InfiniteScroll):
@classmethod
def Name(cls):
- return 'v8.infinite_scroll-ignition'
+ return 'v8.infinite_scroll-ignition_tbmv2'
@benchmark.Enabled('android')
@@ -187,7 +187,7 @@ class V8MobileInfiniteScroll(_InfiniteScrollBenchmark):
@classmethod
def Name(cls):
- return 'v8.mobile_infinite_scroll'
+ return 'v8.mobile_infinite_scroll_tbmv2'
@classmethod
def ShouldDisable(cls, possible_browser): # http://crbug.com/597656
« 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