| Index: telemetry/telemetry/benchmark.py
|
| diff --git a/telemetry/telemetry/benchmark.py b/telemetry/telemetry/benchmark.py
|
| index 0e7a184b2bf39892af09bd71c48ec017bf656d1c..14770994203623c1613e36100112dc6c76bcf03a 100644
|
| --- a/telemetry/telemetry/benchmark.py
|
| +++ b/telemetry/telemetry/benchmark.py
|
| @@ -126,10 +126,7 @@ class Benchmark(command_line.Command):
|
| This should only be used by TimelineBasedMeasurement (TBM) benchmarks, but
|
| not by PageTest based benchmarks.
|
| """
|
| - # TODO(perezju): Switch default value after any benchmarks requiring the
|
| - # old behaviour are updated accordingly.
|
| - # https://github.com/catapult-project/catapult/issues/2294#issuecomment-228306977
|
| - return False
|
| + return True
|
|
|
| @classmethod
|
| def AddCommandLineArgs(cls, parser):
|
|
|