| Index: build/android/pylib/perf/perf_test_instance.py
|
| diff --git a/build/android/pylib/perf/perf_test_instance.py b/build/android/pylib/perf/perf_test_instance.py
|
| index 426ffaf550385c7703e90e3b2cbddd822a52cfc3..fbb7962d588a9c08bfaa74f42273d374e0d7434f 100644
|
| --- a/build/android/pylib/perf/perf_test_instance.py
|
| +++ b/build/android/pylib/perf/perf_test_instance.py
|
| @@ -81,9 +81,11 @@ class PerfTestInstance(test_instance.TestInstance):
|
| self._test_filter = args.test_filter
|
| self._write_buildbot_json = args.write_buildbot_json
|
|
|
| + #override
|
| def SetUp(self):
|
| pass
|
|
|
| + #override
|
| def TearDown(self):
|
| pass
|
|
|
|
|