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

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

Issue 757233006: Disable moz, dhtml, and roborhornet_pro benchmarks on all OSes except Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: tools/perf/benchmarks/robohornet_pro.py
diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py
index 76ff0737651a414b04515e8b76719051aad9e774..9e7555ea1ed8f785ad532dc52c4ac7b5759d9b4f 100644
--- a/tools/perf/benchmarks/robohornet_pro.py
+++ b/tools/perf/benchmarks/robohornet_pro.py
@@ -41,7 +41,10 @@ class _RobohornetProMeasurement(page_test.PageTest):
scalar.ScalarValue(results.current_page, 'Total', 'ms', result))
-
+# We plan to disable this test because it doesn't give useful data, but
tonyg 2014/12/05 21:31:20 s/disable/remove/
sullivan 2014/12/05 21:43:42 Done.
+# we need to wait until Chrome OS can implement support for more helpful
+# benchmarks.
+@benchmark.Enabled('chromeos')
class RobohornetPro(benchmark.Benchmark):
test = _RobohornetProMeasurement
« tools/perf/benchmarks/page_cycler.py ('K') | « tools/perf/benchmarks/page_cycler.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698