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

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

Issue 2709173002: [perfbot health] Disable v8.runtimestats.browsing_mobile benchmarks. (Closed)
Patch Set: Created 3 years, 10 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_browsing.py
diff --git a/tools/perf/benchmarks/v8_browsing.py b/tools/perf/benchmarks/v8_browsing.py
index b1c9306de2bf338e290e74f2901e17051155b38b..3a7ce16ad2a03802c6343fc8d729df248792f71d 100644
--- a/tools/perf/benchmarks/v8_browsing.py
+++ b/tools/perf/benchmarks/v8_browsing.py
@@ -233,6 +233,7 @@ class V8RuntimeStatsDesktopTurboBrowsingBenchmark(
return possible_browser.platform.GetDeviceTypeName() != 'Desktop'
+@benchmark.Disabled('reference') # http://crbug.com/694658
class V8RuntimeStatsMobileBrowsingBenchmark(
_V8RuntimeStatsBrowsingBenchmark):
PLATFORM = 'mobile'
@@ -248,6 +249,7 @@ class V8RuntimeStatsMobileBrowsingBenchmark(
return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
+@benchmark.Disabled('reference') # http://crbug.com/694658
class V8RuntimeStatsMobileTurboBrowsingBenchmark(
_V8RuntimeStatsBrowsingBenchmark):
PLATFORM = 'mobile'
« 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