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

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

Issue 2232203005: [tools/perf] Enable v8 top_10_mobile benchmarks on mobile only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 3a68a6b890e09c08915c2b206d1dd3d1a1d5bf7b..9cb3b4442614825b47dfe4dd292e30347dab15b8 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -239,8 +239,7 @@ class _V8MemoryAndCodeSizeBenchmark(perf_benchmark.PerfBenchmark):
return not cls._IGNORED_V8_STATS_RE.search(value.name)
-@benchmark.Disabled('reference',
- 'mac') # crbug.com/630854
+@benchmark.Enabled('android')
class V8MobileCodeSizeIgnition(_V8MemoryAndCodeSizeBenchmark):
"""Measures V8 heap and code size with ignition enabled on mobile web pages.
@@ -256,8 +255,7 @@ class V8MobileCodeSizeIgnition(_V8MemoryAndCodeSizeBenchmark):
return 'top_10_mobile_memory_ignition'
-@benchmark.Disabled('reference',
- 'mac') # crbug.com/630854
+@benchmark.Enabled('android')
class V8MobileCodeSize(_V8MemoryAndCodeSizeBenchmark):
"""Measures V8 heap and code size on mobile web pages.
« 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