summaryrefslogtreecommitdiff
path: root/binder_benchmark
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2016-12-19 19:08:08 +0000
committerKeun Soo Yim <yim@google.com>2016-12-19 19:08:08 +0000
commit754cc7a350518db925345694ed66ec6996a45f08 (patch)
treeb4fd802881c508c51062a79c90c4250ffe336f33 /binder_benchmark
parent502098cb04fa64fc354a7fffac506688b84e7ac3 (diff)
downloadperformance-754cc7a350518db925345694ed66ec6996a45f08.tar.gz
Revert "stop/start the framework before/after running (hw)binder performance tests"
As expected, TF health check failed and the failure log is caught. This reverts commit 502098cb04fa64fc354a7fffac506688b84e7ac3. Change-Id: I9acea1e0fe4c4769453f0a9784940f6e442bbdea
Diffstat (limited to 'binder_benchmark')
-rw-r--r--binder_benchmark/BinderPerformanceTest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/binder_benchmark/BinderPerformanceTest.py b/binder_benchmark/BinderPerformanceTest.py
index 10719f8..423b9c6 100644
--- a/binder_benchmark/BinderPerformanceTest.py
+++ b/binder_benchmark/BinderPerformanceTest.py
@@ -68,14 +68,10 @@ class BinderPerformanceTest(base_test_with_webdb.BaseTestWithWebDbClass):
def setUpClass(self):
self.dut = self.registerController(android_device)[0]
self.dut.shell.InvokeTerminal("one")
- self.dut.shell.one.Execute("stop")
- self.dut.shell.one.Execute("setprop sys.boot_completed 0")
self.DisableCpuScaling()
def tearDownClass(self):
self.EnableCpuScaling()
- self.dut.shell.one.Execute("start")
- self.waitForBootCompletion()
def ChangeCpuGoverner(self, mode):
"""Changes the cpu governer mode of all the cpus on the device.