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

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

Issue 335923007: [Telemetry] Make our Enabled/Disabled annotations match what the bots run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yar (yet another rebase) Created 6 years, 6 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 | « tools/perf/benchmarks/chrome_proxy.py ('k') | tools/perf/benchmarks/html5gaming.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/endure.py
diff --git a/tools/perf/benchmarks/endure.py b/tools/perf/benchmarks/endure.py
index d719b53eaf302ecb20987a7ed9e6db93022ee588..f9b8907bc884d51991fa4087a7afe96b6e000e0b 100644
--- a/tools/perf/benchmarks/endure.py
+++ b/tools/perf/benchmarks/endure.py
@@ -10,10 +10,9 @@ page sets, and the statistics that are gathered are determined by the Endure
measurement class.
"""
-from telemetry import benchmark
-
from measurements import endure
import page_sets
+from telemetry import benchmark
class _EndureBenchmark(benchmark.Benchmark):
@@ -29,34 +28,42 @@ class _EndureBenchmark(benchmark.Benchmark):
}
+@benchmark.Disabled
class EndureCalendarForwardBackward(_EndureBenchmark):
page_set = page_sets.CalendarForwardBackwardPageSet
+@benchmark.Disabled
class EndureBrowserControl(_EndureBenchmark):
page_set = page_sets.BrowserControlPageSet
+@benchmark.Disabled
class EndureBrowserControlClick(_EndureBenchmark):
page_set = page_sets.BrowserControlClickPageSet
+@benchmark.Disabled
class EndureGmailAltThreadlistConversation(_EndureBenchmark):
page_set = page_sets.GmailAltThreadlistConversationPageSet
+@benchmark.Disabled
class EndureGmailAltTwoLabels(_EndureBenchmark):
page_set = page_sets.GmailAltTwoLabelsPageSet
+@benchmark.Disabled
class EndureGmailExpandCollapseConversation(_EndureBenchmark):
page_set = page_sets.GmailExpandCollapseConversationPageSet
+@benchmark.Disabled
class EndureIndexedDBOffline(_EndureBenchmark):
page_set = page_sets.IndexeddbOfflinePageSet
+@benchmark.Disabled
class EndurePlusAltPostsPhotos(_EndureBenchmark):
page_set = page_sets.PlusAltPostsPhotosPageSet
« no previous file with comments | « tools/perf/benchmarks/chrome_proxy.py ('k') | tools/perf/benchmarks/html5gaming.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698