summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-21 07:13:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-21 07:13:17 +0000
commitda9887b1469dfeb25163c1a974d8bd4e14c1d26a (patch)
tree18655dab1183062b7f6a5ce330a7bf254d60295a
parent7c1c4d0075e4fe90920a05f54ca9625cfa29879f (diff)
parent9f71788b334162db1be230302b9a3583d9c53523 (diff)
downloadperformance-da9887b1469dfeb25163c1a974d8bd4e14c1d26a.tar.gz
release-request-c72e46fd-06a9-4104-bad3-f7ba8aeb3e1d-for-git_oc-release-4029917 snap-temp-L38800000066299680
Change-Id: I195943227b1a6d71a32326c3739a527c869009bd
-rw-r--r--hwbinder_throughput_test/HwBinderThroughputBenchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwbinder_throughput_test/HwBinderThroughputBenchmark.py b/hwbinder_throughput_test/HwBinderThroughputBenchmark.py
index 8d29d1c..d0aacf4 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, 30, 50, 70, 100, 200]
+_THREAD_LIST = [2, 3, 4, 5, 7, 10, 30, 50, 70, 100]
_ITERATIONS_PER_SECOND = "iterations_per_second"
_TIME_AVERAGE = "time_average"