summaryrefslogtreecommitdiff
path: root/binder_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 /binder_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 '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 4c1cec0..2be4a53 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.dut.shell.one.waitForBootCompletion()
def ChangeCpuGoverner(self, mode):
"""Changes the cpu governer mode of all the cpus on the device.