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

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

Issue 2857923003: Re-enable v8.infinite_scroll_tbmv2 on Linux and disable it on Android. (Closed)
Patch Set: Created 3 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 | « testing/buildbot/chromium.perf.fyi.json ('k') | 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 83ceda3413c642c9e8be269236c8f21ddbe2a7c7..c431b0ce72f9a233151ba56b40337b9ea57ec479 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -127,7 +127,7 @@ class _InfiniteScrollBenchmark(perf_benchmark.PerfBenchmark):
return True
-@benchmark.Disabled('linux') # crbug.com/715716
+@benchmark.Disabled('android') # Android runs V8MobileInfiniteScroll.
@benchmark.Owner(emails=['ulan@chromium.org'])
class V8InfiniteScroll(_InfiniteScrollBenchmark):
"""Measures V8 GC metrics and memory usage while scrolling the top web pages.
@@ -140,6 +140,7 @@ class V8InfiniteScroll(_InfiniteScrollBenchmark):
return 'v8.infinite_scroll_tbmv2'
@benchmark.Disabled('all')
+@benchmark.Disabled('android') # Android runs V8MobileInfiniteScroll.
@benchmark.Owner(emails=['mvstaton@chromium.org'])
class V8InfiniteScrollTurbo(V8InfiniteScroll):
"""Measures V8 GC metrics using Ignition+TurboFan."""
@@ -154,6 +155,7 @@ class V8InfiniteScrollTurbo(V8InfiniteScroll):
@benchmark.Disabled('linux') # crbug.com/715716
+@benchmark.Disabled('android') # Android runs V8MobileInfiniteScroll.
@benchmark.Owner(emails=['hablich@chromium.org'])
class V8InfiniteScrollClassic(V8InfiniteScroll):
"""Measures V8 GC metrics using the Classic pipeline."""
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698