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

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

Issue 1663053006: perf: Add a power benchmark for pages with heavy ads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 2eb070898a6ac2cc686194e5c0c6ffc07c7082e9..6452b9f427e74176510756558a76c2bbc474b3f4 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -469,7 +469,7 @@ class SmoothnessToughTextureUploadCases(_Smoothness):
class SmoothnessToughAdCases(_Smoothness):
"""Measures rendering statistics while displaying advertisements."""
- page_set = page_sets.ToughAdCasesPageSet
+ page_set = page_sets.SyntheticToughAdCasesPageSet
@classmethod
def Name(cls):
@@ -507,7 +507,7 @@ class SmoothnessBidirectionallyScrollingToughAdCases(_Smoothness):
class SmoothnessToughWebGLAdCases(_Smoothness):
"""Measures rendering statistics while scrolling advertisements."""
- page_set = page_sets.ToughWebglAdCasesPageSet
+ page_set = page_sets.SyntheticToughWebglAdCasesPageSet
@classmethod
def Name(cls):

Powered by Google App Engine
This is Rietveld 408576698