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

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

Issue 2340033002: Disabled the v8.todomvc reference build due to missing clock sync markers (Closed)
Patch Set: Formatting Created 4 years, 3 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 422580c41397663f3be4f4a19f6e53a6e4e6a138..045d3cd9650cea96406b40e52d8aa36a138942b6 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -115,6 +115,8 @@ class _InfiniteScrollBenchmark(perf_benchmark.PerfBenchmark):
return True
+# Disabled on reference builds due to http://crbug.com/646925
+@benchmark.Disabled('reference')
class V8TodoMVC(perf_benchmark.PerfBenchmark):
"""Measures V8 Execution metrics on the TodoMVC examples."""
page_set = page_sets.TodoMVCPageSet
« 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