summaryrefslogtreecommitdiff
path: root/hwbinder_benchmark
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2016-12-28 04:53:13 +0000
committerKeun Soo Yim <yim@google.com>2016-12-28 04:53:13 +0000
commitd0f269cd265a658759693260e9639159c2b3f837 (patch)
tree449a7562b69c6bcf9ce8da09cf76e7c34ae6ad67 /hwbinder_benchmark
parent58f09f691735a3ea7917f4aae545e99d98005deb (diff)
downloadperformance-d0f269cd265a658759693260e9639159c2b3f837.tar.gz
Revert "stop/start the framework before/after running (hw)binder performance tests"
running once test does not manifest the health check failure problem. This reverts commit 58f09f691735a3ea7917f4aae545e99d98005deb. Change-Id: I52f3bd38fa5c7a5c14f72a8b5eb9c2f81c44b7dc
Diffstat (limited to 'hwbinder_benchmark')
-rw-r--r--hwbinder_benchmark/HwBinderPerformanceTest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hwbinder_benchmark/HwBinderPerformanceTest.py b/hwbinder_benchmark/HwBinderPerformanceTest.py
index 541d375..8407122 100644
--- a/hwbinder_benchmark/HwBinderPerformanceTest.py
+++ b/hwbinder_benchmark/HwBinderPerformanceTest.py
@@ -71,14 +71,10 @@ class HwBinderPerformanceTest(base_test_with_webdb.BaseTestWithWebDbClass):
self.getUserParams(required_params)
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.dut.shell.one.waitForBootCompletion()
def ChangeCpuGoverner(self, mode):
"""Changes the cpu governer mode of all the cpus on the device.