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

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

Issue 2491203002: Backport the long-sibling-list perf test to reference build DOM APIs. (Closed)
Patch Set: Iterate fewer times to avoid timeouts on mobile devices. Created 4 years, 1 month 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 | « third_party/WebKit/PerformanceTests/DOM/long-sibling-list.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 26f61473e707d74a517bf49050e4ed3494340830..b95b7c664345017a08a0656fbd3ea0b127e8c893 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -215,15 +215,6 @@ class BlinkPerfDOM(perf_benchmark.PerfBenchmark):
path = os.path.join(BLINK_PERF_BASE_DIR, 'DOM')
return CreateStorySetFromPath(path, SKIPPED_FILE)
- @classmethod
- def ShouldDisable(cls, possible_browser):
- # http://crbug.com/652724
- if (possible_browser.browser_type == 'reference' and
- possible_browser.platform.GetOSName() in ['win', 'linux']):
- return True
-
- return False
-
@benchmark.Disabled('win') # http://crbug.com/588819
class BlinkPerfEvents(perf_benchmark.PerfBenchmark):
« no previous file with comments | « third_party/WebKit/PerformanceTests/DOM/long-sibling-list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698