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

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

Issue 2744723003: Adding owners to benchmark tests (Closed)
Patch Set: rebasing Created 3 years, 9 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 | « tools/perf/benchmarks/dromaeo.py ('k') | tools/perf/benchmarks/indexeddb_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/image_decoding.py
diff --git a/tools/perf/benchmarks/image_decoding.py b/tools/perf/benchmarks/image_decoding.py
index 60b23a965fad20abb922d5de412dffd908c3ccda..c1681f325baf1a7455a2e90b30dcb54928bdc11c 100644
--- a/tools/perf/benchmarks/image_decoding.py
+++ b/tools/perf/benchmarks/image_decoding.py
@@ -3,11 +3,13 @@
# found in the LICENSE file.
from core import perf_benchmark
+from telemetry import benchmark
from measurements import image_decoding
import page_sets
+@benchmark.Owner(emails=['cblume@chromium.org', 'reveman@chromium.org'])
class ImageDecodingToughImageCases(perf_benchmark.PerfBenchmark):
test = image_decoding.ImageDecoding
# TODO: Rename this page set to tough_image_cases.py
« no previous file with comments | « tools/perf/benchmarks/dromaeo.py ('k') | tools/perf/benchmarks/indexeddb_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698