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

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

Issue 2739423002: perf: Disable v8.browsing_desktop_turbo on reference build (Closed)
Patch Set: Disable second variant too Created 3 years, 9 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 72a0d7691c259305c25374cf722219eedc0ca651..977f47351b58bdbda64f50b8609005e0659cfd4b 100644
--- a/tools/perf/benchmarks/v8_browsing.py
+++ b/tools/perf/benchmarks/v8_browsing.py
@@ -167,6 +167,7 @@ class V8MobileBrowsingBenchmark(_V8MobileBrowsingBenchmark):
TEST_SUFFIX = ''
+@benchmark.Disabled('reference') # http://crbug.com/700390
class V8DesktopTurboBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = '_turbo'
@@ -197,6 +198,7 @@ class V8RuntimeStatsDesktopBrowsingBenchmark(
return possible_browser.platform.GetDeviceTypeName() != 'Desktop'
+@benchmark.Disabled('reference') # http://crbug.com/700390
class V8RuntimeStatsDesktopTurboBrowsingBenchmark(
_V8RuntimeStatsBrowsingBenchmark):
PLATFORM = 'desktop'
« 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