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

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

Issue 2278653004: Add new multipage_skpicture_printer benchmark and measurement (Closed)
Patch Set: Remove unused imports Created 4 years, 4 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/skpicture_printer.py
diff --git a/tools/perf/benchmarks/skpicture_printer.py b/tools/perf/benchmarks/skpicture_printer.py
index 3ca6602e6dbc117c1a9b27472ebea29839fd90e1..39352e4be9ed90c7e02579374e00328080bcba6e 100644
--- a/tools/perf/benchmarks/skpicture_printer.py
+++ b/tools/perf/benchmarks/skpicture_printer.py
@@ -22,6 +22,8 @@ def _MatchPageSetName(story_set_name, story_set_base_dir):
return None
+# Disabled because we do not plan on running this SKP benchmark on the perf
+# waterfall any time soon.
@benchmark.Disabled('all')
class SkpicturePrinter(perf_benchmark.PerfBenchmark):
« no previous file with comments | « tools/perf/benchmarks/multipage_skpicture_printer.py ('k') | tools/perf/measurements/multipage_skpicture_printer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698