From 870ce283124debcd8da6e482c7e6909ebadc9699 Mon Sep 17 00:00:00 2001 From: Keun Soo Yim Date: Tue, 25 Apr 2017 16:14:48 -0700 Subject: more sampling points for (hw)binder throughput tests Test: run using VTS TF Change-Id: I057362821b17786ccf6e8ca4334bf73848524100 Fixes: 37663207 --- binder_throughput_test/BinderThroughputBenchmark.py | 2 +- hwbinder_throughput_test/HwBinderThroughputBenchmark.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binder_throughput_test/BinderThroughputBenchmark.py b/binder_throughput_test/BinderThroughputBenchmark.py index 5588f0c..8402613 100644 --- a/binder_throughput_test/BinderThroughputBenchmark.py +++ b/binder_throughput_test/BinderThroughputBenchmark.py @@ -26,7 +26,7 @@ from vts.utils.python.controllers import android_device from vts.utils.python.cpu import cpu_frequency_scaling # number of threads to use when running the throughput tests on target. -_THREAD_LIST = [2, 3, 4, 5, 7, 10, 100] +_THREAD_LIST = [2, 3, 4, 5, 7, 10, 30, 50, 70, 100, 200] _ITERATIONS_PER_SECOND = "iterations_per_second" _TIME_AVERAGE = "time_average" diff --git a/hwbinder_throughput_test/HwBinderThroughputBenchmark.py b/hwbinder_throughput_test/HwBinderThroughputBenchmark.py index ffdf96c..8d29d1c 100644 --- a/hwbinder_throughput_test/HwBinderThroughputBenchmark.py +++ b/hwbinder_throughput_test/HwBinderThroughputBenchmark.py @@ -26,7 +26,7 @@ from vts.utils.python.controllers import android_device from vts.utils.python.cpu import cpu_frequency_scaling # number of threads to use when running the throughput tests on target. -_THREAD_LIST = [2, 3, 4, 5, 7, 10, 100] +_THREAD_LIST = [2, 3, 4, 5, 7, 10, 30, 50, 70, 100, 200] _ITERATIONS_PER_SECOND = "iterations_per_second" _TIME_AVERAGE = "time_average" -- cgit v1.2.3