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

Unified Diff: tools/telemetry/telemetry/benchmark.py

Issue 1028903002: [Telemetry] Style fix, make docstrings consistent with style guide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | tools/telemetry/telemetry/core/platform/cros_interface_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/benchmark.py
diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py
index 1c42c0cb07466f1d8e87a47d9d0d4b643e49ee42..0431bad6fa6e3ceb527fafe8454e11da06924db5 100644
--- a/tools/telemetry/telemetry/benchmark.py
+++ b/tools/telemetry/telemetry/benchmark.py
@@ -147,13 +147,13 @@ class Benchmark(command_line.Command):
results.
Args:
- value: a value.Value instance.
- is_first_result: True if |value| is the first result for its
- corresponding user story.
+ value: a value.Value instance.
+ is_first_result: True if |value| is the first result for its
+ corresponding user story.
Returns:
- True if |value| should be added to the test results.
- Otherwise, it returns False.
+ True if |value| should be added to the test results.
+ Otherwise, it returns False.
"""
return True
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/cros_interface_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698