| 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
|
|
|
|
|