summaryrefslogtreecommitdiff
path: root/binder_benchmark
AgeCommit message (Collapse)Author
2018-01-24config change after VtsPythonVirtualenvPreparer changeYuexi Ma
Test: vts-selftest Bug: 69307585 Change-Id: I6bdd1a3dabab0eb555c77a1a49646e9437dc8e92 Merged-In: I6bdd1a3dabab0eb555c77a1a49646e9437dc8e92
2017-09-08Update configure for hwbinder benchmark tests.Zhuoyao Zhang
* No longer push android.hardware.tests.libhwbinder@1.0. * Deprecate hwbinder_benchmark_adb. Bug: 65483634 Test: make vts vts-tradefed run vts-performance Change-Id: I7751ef737a386dd9f5ba79f74b157f87e20df54d
2017-06-02Report benchmark result as tableHsin-Yi Chen
Add methods to convert hwbinder latency results from JSON object to table. For Google benchmark results, call benchmark_parser to convert. Bug: 38283802 Test: vts-tradefed run commandAndExit vts -m BinderPerformanceTest Change-Id: Iec1db80497b55679fba54e91cc1058de840bbbd7
2017-05-17Change performance output format to JSON.Hsin-Yi Chen
Specify --benchmark_format=json to make benchmark program output in JSON format. Test: vts-tradefed run commandAndExit vts -m BinderPerformanceTest Bug: 38283802 Change-Id: I76e66bd33182a1608a0178926c44f6f508b62a1c
2017-04-17Tolerate push failure in performance testHsin-Yi Chen
Bug: 36076260 Test: vts-tradefed run commandAndExit vts -m BinderPerformanceTest Change-Id: I4dcb8f2e551c6461695b0efb724ef224d380641d
2017-03-28Rename setUpTest/tearDownTest in performance testsHsin-Yi Chen
Test: vts-tradefed run commandAndExit vts -m BinderPerformanceTest Bug: 28767742 Change-Id: I6a8c07ba221cafff5095abf02adaaa9a4df7f7e1
2017-03-10cleanup unnecessary Android.mk filesKeun Soo Yim
Test: mma Change-Id: I10010c496af82ab770db7ca8cc90417862144692
2017-03-03Update base test class.Ryan Campbell
Update base test class to BaseTestClass. Test: pass Bug: 30895907 Change-Id: I8b1da274c9ad5b2841f396aed0f1df7b8e07aac6
2017-02-28remove interpreter declaration from python codesYuexi Ma
Test: comment change only Change-Id: Ibee2dafc9903d1d546bccd6dd3b1d2dfb93aaea2
2017-01-25Create performance benchmark with systrace test planYuexi Ma
* split test plans into regular test and test with systrace * add missing test-module-names, correct indents Bug: 34696301 Test: ENABLE_TREBLE=true make vts BUILD_GOOGLE_VTS=true -j32 && vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module BinderPerformanceTest -l INFO Change-Id: I29a46336d555fcdc739637fdf5341e0dc00a4dcc (cherry picked from commit cc9fcbb26d03c74d3574ab7c17137fc797e715ae)
2017-01-05skip if the actual CPU frequency < theoretical max due to thermal throttling.Keun Soo Yim
Test: make vts -j10 && vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module BinderPerformanceTest -l INFO Change-Id: I90d324f9c08c124a9bc16e5d30ac5f09e18ec745
2016-12-28stop the framework during a performance testKeun Soo Yim
Test: make vts BUILD_GOOGLE_VTS=true -j32 && vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module HwBinderPassthroughPerformanceTest -l INFO Change-Id: I3fb7db610b7876447b29dc22215c307ea01fdb74 Fixes: 33749565
2016-12-28Revert "stop/start the framework before/after running (hw)binder performance ↵Keun Soo Yim
tests" running once test does not manifest the health check failure problem. This reverts commit 58f09f691735a3ea7917f4aae545e99d98005deb. Change-Id: I52f3bd38fa5c7a5c14f72a8b5eb9c2f81c44b7dc
2016-12-27stop/start the framework before/after running (hw)binder performance testsKeun Soo Yim
Test: make vts BUILD_GOOGLE_VTS=true -j32 && vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module HwBinderPassthroughPerformanceTest -l INFO Fixes: 33749565 Change-Id: I8b6df64728059dd4fe412dbf5de0e74a69aba40b
2016-12-19Revert "stop/start the framework before/after running (hw)binder performance ↵Keun Soo Yim
tests" am: 754cc7a350 am: 7311366f65 am: 2288a672d1 am: d6e27f469e Change-Id: I9a993cea0b309b3bfd3b8425fc260ecb106c7c68
2016-12-19Revert "stop/start the framework before/after running (hw)binder performance ↵Keun Soo Yim
tests" As expected, TF health check failed and the failure log is caught. This reverts commit 502098cb04fa64fc354a7fffac506688b84e7ac3. Change-Id: I9acea1e0fe4c4769453f0a9784940f6e442bbdea
2016-12-16stop/start the framework before/after running (hw)binder performance tests ↵Keun Soo Yim
am: 502098cb04 am: df1e88d3c8 am: 9afe143f9c am: 55b8d53574 Change-Id: I3a979ff12244a832e8b662a2cf796b799e8dc4be
2016-12-16stop/start the framework before/after running (hw)binder performance testsKeun Soo Yim
Test: vts-tradefed; run vts-hal-hidl Bug: 33379541 Change-Id: Id9967f4ca442711b3353500224dcc6b1aad3881c
2016-12-07make sure failure to (hw)binder perf test run test is caught.Tri Vo
Bug: 33417154 Test: run vts -m HwBinderBinderizePerformanceTest Change-Id: I5d191ddae29dc494eede42e51fe84e48928558f9
2016-11-30Fix BinderPerformanceTestZhuoyao Zhang
Test: run vts -m BinderPerformanceTest. Change-Id: I8dd182f71ae2c0931ce63dedd290e0ed6859d78e
2016-11-29Update script the parse the results for binder/hwbinder performanc test.Zhuoyao Zhang
Bug:33184301 Test: run vts -m HwBinderBinderizePerformanceTest run vts -m HwBinderPassthroughPerformanceTest Change-Id: Ibdf38dc97de93f734b91374561c94e5354ad5200
2016-11-23Move performance tests under /test/vts-testcase/Zhuoyao Zhang
Bug:32783461 Test: run vts-serving-staging-hal-hidl Change-Id: I779645044b9f0b5f7cde2542c9f4f00e3f5dc479