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

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

Issue 2877803003: Remove v8.top_25_smooth & v8.key_mobile_sites_smooth benchmarks (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « tools/perf/benchmark.csv ('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 bccdd689d97e0e66dd6f40cd250c7daa1903bb55..5ca5cde0d8437d8e70e42facb11425bb6094535a 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -10,7 +10,6 @@ from page_sets import google_pages
from benchmarks import v8_helper
from measurements import v8_detached_context_age_in_gc
-from measurements import v8_gc_times
import page_sets
from telemetry import benchmark
from telemetry import story
@@ -29,34 +28,6 @@ def CreateV8TimelineBasedMeasurementOptions():
return options
-@benchmark.Disabled('win') # crbug.com/416502
-@benchmark.Owner(emails=['hpayer@chromium.org', 'rmcilroy@chromium.org'])
-class V8Top25(perf_benchmark.PerfBenchmark):
- """Measures V8 GC metrics on the while scrolling down the top 25 web pages.
-
- http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- test = v8_gc_times.V8GCTimes
- page_set = page_sets.V8Top25SmoothPageSet
-
- @classmethod
- def Name(cls):
- return 'v8.top_25_smooth'
-
-
-@benchmark.Enabled('android')
-@benchmark.Owner(emails=['hpayer@chromium.org', 'rmcilroy@chromium.org'])
-class V8KeyMobileSites(perf_benchmark.PerfBenchmark):
- """Measures V8 GC metrics on the while scrolling down key mobile sites.
-
- http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- test = v8_gc_times.V8GCTimes
- page_set = page_sets.KeyMobileSitesSmoothPageSet
-
- @classmethod
- def Name(cls):
- return 'v8.key_mobile_sites_smooth'
-
-
@benchmark.Owner(emails=['ulan@chromium.org'])
class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark):
"""Measures the number of GCs needed to collect a detached context.
« no previous file with comments | « tools/perf/benchmark.csv ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698