summaryrefslogtreecommitdiff
path: root/hwbinder_throughput_test/HwBinderThroughputBenchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'hwbinder_throughput_test/HwBinderThroughputBenchmark.py')
-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"