Commit e0c8ee85 authored by tonyg's avatar tonyg Committed by Commit bot

[Telemetry] Last CL of making enable/disable annotation match old master.cfg.

BUG=388885

Review URL: https://codereview.chromium.org/586903003

Cr-Commit-Position: refs/heads/master@{#295831}
parent d472406c
......@@ -8,6 +8,7 @@ import page_sets
from telemetry import benchmark
@benchmark.Enabled('android')
class ThreadTimesKeySilkCases(benchmark.Benchmark):
"""Measures timeline metrics while performing smoothness action on key silk
cases."""
......@@ -16,6 +17,7 @@ class ThreadTimesKeySilkCases(benchmark.Benchmark):
options = {"report_silk_results": True}
@benchmark.Enabled('android')
class ThreadTimesFastPathKeySilkCases(benchmark.Benchmark):
"""Measures timeline metrics while performing smoothness action on key silk
cases using bleeding edge rendering fast paths."""
......@@ -35,6 +37,7 @@ class LegacySilkBenchmark(ThreadTimesKeySilkCases):
return "silk.key_silk_cases"
@benchmark.Enabled('android')
class ThreadTimesFastPathMobileSites(benchmark.Benchmark):
"""Measures timeline metrics while performing smoothness action on
key mobile sites labeled with fast-path tag.
......
......@@ -6,6 +6,7 @@ import page_sets
from telemetry.web_perf import timeline_based_measurement
from telemetry import benchmark
class V8GarbageCollectionCases(benchmark.Benchmark):
"""Measure V8 metrics on the garbage collection cases."""
test = timeline_based_measurement.TimelineBasedMeasurement
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment