| Index: tools/perf/benchmarks/skpicture_printer.py
|
| diff --git a/tools/perf/benchmarks/skpicture_printer.py b/tools/perf/benchmarks/skpicture_printer.py
|
| index 38c6bc47bc27d30df676849eaa4395a3a21a1d02..09a844dd47448d142b4aa07643eb62ccd5bddbe4 100644
|
| --- a/tools/perf/benchmarks/skpicture_printer.py
|
| +++ b/tools/perf/benchmarks/skpicture_printer.py
|
| @@ -26,6 +26,7 @@ def _MatchPageSetName(story_set_name, story_set_base_dir):
|
| # Disabled because we do not plan on running this SKP benchmark on the perf
|
| # waterfall any time soon.
|
| @benchmark.Disabled('all')
|
| +@benchmark.Owner(emails=['rmistry@chromium.org'])
|
| class SkpicturePrinter(perf_benchmark.PerfBenchmark):
|
|
|
| @classmethod
|
|
|