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

Unified Diff: telemetry/telemetry/benchmark.py

Issue 2743663004: Exporting Owner in Benchmark (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/benchmark.py
diff --git a/telemetry/telemetry/benchmark.py b/telemetry/telemetry/benchmark.py
index 97ea9d9ef6ddfde1667824ec36f995c66a37cf6d..3cf78fff127ea76d48d82ad35835ba8c632fda79 100644
--- a/telemetry/telemetry/benchmark.py
+++ b/telemetry/telemetry/benchmark.py
@@ -12,7 +12,7 @@ from telemetry.web_perf import timeline_based_measurement
Disabled = decorators.Disabled
Enabled = decorators.Enabled
-
+Owner = decorators.Owner
class InvalidOptionsError(Exception):
"""Raised for invalid benchmark options."""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698