Commit e1b1d208 authored by jochen's avatar jochen Committed by Commit bot

Renable v8.garbage_collection_cases on all platforms but windows

On windows, we don't get thread times, so the benchmark doesn't work

R=ernstm@chromium.org,tonyg@chromium.org
BUG=416502

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

Cr-Commit-Position: refs/heads/master@{#308366}
parent f4349ded
...@@ -7,7 +7,7 @@ from telemetry.web_perf import timeline_based_measurement ...@@ -7,7 +7,7 @@ from telemetry.web_perf import timeline_based_measurement
from telemetry import benchmark from telemetry import benchmark
@benchmark.Disabled # crbug.com/416502 @benchmark.Disabled('win') # crbug.com/416502
class V8GarbageCollectionCases(benchmark.Benchmark): class V8GarbageCollectionCases(benchmark.Benchmark):
"""Measure V8 metrics on the garbage collection cases.""" """Measure V8 metrics on the garbage collection cases."""
def CreatePageTest(self, options): def CreatePageTest(self, options):
......
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