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

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

Issue 2562373002: Revert of Disable v8.browsing_desktop & v8.browsing_desktop_ignition on Win Perf bots (Closed)
Patch Set: Created 4 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
« 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 bdf94458d074f6b3fcbbbbb0132ecebc39434441..4e4c15f4b6ffec74bf25d5a8c093e87fc36cc231 100644
--- a/tools/perf/benchmarks/v8_browsing.py
+++ b/tools/perf/benchmarks/v8_browsing.py
@@ -105,7 +105,6 @@
return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
-@benchmark.Disabled('win') # http://crbug.com/654209
class V8DesktopBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = ''
@@ -117,7 +116,6 @@
TEST_SUFFIX = ''
-@benchmark.Disabled('win') # http://crbug.com/654209
class V8DesktopIgnitionBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = '_ignition'
« 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