Commit 2c1a2b05 authored by oysteine's avatar oysteine Committed by Commit bot

Disabled the v8.todomvc reference build due to missing clock sync markers

TBR=nednguyen@chromium.org
BUG=646925

Review-Url: https://codereview.chromium.org/2340033002
Cr-Commit-Position: refs/heads/master@{#418632}
parent 1653062c
...@@ -115,6 +115,8 @@ class _InfiniteScrollBenchmark(perf_benchmark.PerfBenchmark): ...@@ -115,6 +115,8 @@ class _InfiniteScrollBenchmark(perf_benchmark.PerfBenchmark):
return True return True
# Disabled on reference builds due to http://crbug.com/646925
@benchmark.Disabled('reference')
class V8TodoMVC(perf_benchmark.PerfBenchmark): class V8TodoMVC(perf_benchmark.PerfBenchmark):
"""Measures V8 Execution metrics on the TodoMVC examples.""" """Measures V8 Execution metrics on the TodoMVC examples."""
page_set = page_sets.TodoMVCPageSet page_set = page_sets.TodoMVCPageSet
......
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