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

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

Issue 1159733003: Added Tough Texture upload page set to smoothness benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added copyright Created 5 years, 7 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 | tools/perf/page_sets/tough_texture_upload_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 0c26ca5fcf6275ccd4cbc77837e1b5d55910358a..80ba26f17d3f957a70af744cd1aeec9caac38e94 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -395,3 +395,12 @@ class SmoothnessToughAnimatedImageCases(perf_benchmark.PerfBenchmark):
@classmethod
def Name(cls):
return 'smoothness.tough_animated_image_cases'
+
+
+class SmoothnessToughTextureUploadCases(perf_benchmark.PerfBenchmark):
+ test = smoothness.Smoothness
+ page_set = page_sets.ToughTextureUploadCasesPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'smoothness.tough_texture_upload_cases'
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_texture_upload_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698