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-26 15:52:58 -0700
commit7b68a77a3ae891279f667ef242906d7c105f5d7e (patch)
tree1258f55c7548d1402b030e8589acb2de444a5f3f
parent6c4aa78a7f7b0c0ddde788ba055a4b2fde9b49ea (diff)
downloadperformance-7b68a77a3ae891279f667ef242906d7c105f5d7e.tar.gz
more sampling points for (hw)binder throughput testsandroid-wear-o-preview-4android-wear-o-preview-3android-o-preview-2
Test: run using VTS TF Change-Id: I057362821b17786ccf6e8ca4334bf73848524100 Fixes: 37663207 (cherry picked from commit 870ce283124debcd8da6e482c7e6909ebadc9699)
-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"