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

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

Issue 704693002: ServiceWorker: Disable ServiceWorkerMicroBenchmarkPerfTest (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/service_worker.py
diff --git a/tools/perf/benchmarks/service_worker.py b/tools/perf/benchmarks/service_worker.py
index 880a920da1ea87d85aba94c955f29558695a217b..6fc90a5e7328efe3d62581fc10bb47eaa54df2a1 100644
--- a/tools/perf/benchmarks/service_worker.py
+++ b/tools/perf/benchmarks/service_worker.py
@@ -180,7 +180,8 @@ class ServiceWorkerPerfTest(benchmark.Benchmark):
page_set = page_sets.ServiceWorkerPageSet
-@benchmark.Enabled('android')
+# FIXME(nhiroki): Temporary disable the benchmark (http://crbug.com/430232).
+@benchmark.Disabled
class ServiceWorkerMicroBenchmarkPerfTest(benchmark.Benchmark):
"""Service Worker performance test using a micro benchmark page set"""
test = _ServiceWorkerMicroBenchmarkMeasurement
« 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