summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2017-04-25 16:14:48 -0700
committerKeun Soo Yim <yim@google.com>2017-04-25 16:15:55 -0700
commit870ce283124debcd8da6e482c7e6909ebadc9699 (patch)
tree1258f55c7548d1402b030e8589acb2de444a5f3f
parentbf4bb9af4c2b3a07d7be06b3e22d9abad9c40e28 (diff)
downloadperformance-870ce283124debcd8da6e482c7e6909ebadc9699.tar.gz
more sampling points for (hw)binder throughput tests
Test: run using VTS TF Change-Id: I057362821b17786ccf6e8ca4334bf73848524100 Fixes: 37663207
-rw-r--r--binder_throughput_test/BinderThroughputBenchmark.py2
-rw-r--r--hwbinder_throughput_test/HwBinderThroughputBenchmark.py2
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"