| Index: tools/perf/benchmarks/dummy_benchmark.py
|
| diff --git a/tools/perf/benchmarks/dummy_benchmark.py b/tools/perf/benchmarks/dummy_benchmark.py
|
| index 923bb0ed721b1d7c3cd74f945d76c08eafe816e0..2ee59ab94e064a9ff2ed11d2081c03ad27b9e852 100644
|
| --- a/tools/perf/benchmarks/dummy_benchmark.py
|
| +++ b/tools/perf/benchmarks/dummy_benchmark.py
|
| @@ -26,6 +26,7 @@ class _DummyTest(page_test.PageTest):
|
| self._std = std
|
|
|
| def ValidateAndMeasurePage(self, page, tab, results):
|
| + del tab # unused
|
| results.AddValue(scalar.ScalarValue(
|
| page=page,
|
| name='gaussian-value', units='ms',
|
|
|