[why] The current result: nr_threads: 2 "total_time" is 0.3927 nr_threads: 4 "total_time" is 0.3927 ... nr_threads: 8192 "total_time" is 0.3927
[how] After updating testcase: nr_threads: 2 "total_time" is 0.3927 nr_threads: 4 "total_time" is 0.5643 ... nr_threads: 8192 "total_time" is 1.678
Signed-off-by: Hu XueJiao 1034502035@qq.com --- tests/sysbench-threads-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/sysbench-threads-git b/tests/sysbench-threads-git index df1bb5cf..be83b441 100755 --- a/tests/sysbench-threads-git +++ b/tests/sysbench-threads-git @@ -10,7 +10,7 @@ : "${thread_locks:=2}"
args=( - --threads=$nr_threads + --num-threads=$nr_threads --thread-yields=$thread_yields --thread-locks=$thread_locks )
Why and how can not help me to understand your patch, would you explain why you change threads to mum_threads?
On Tue, Nov 17, 2020 at 06:58:18PM +0800, Hu Xuejiao wrote:
[why] The current result: nr_threads: 2 "total_time" is 0.3927 nr_threads: 4 "total_time" is 0.3927 ... nr_threads: 8192 "total_time" is 0.3927
[how] After updating testcase: nr_threads: 2 "total_time" is 0.3927 nr_threads: 4 "total_time" is 0.5643 ... nr_threads: 8192 "total_time" is 1.678
Signed-off-by: Hu XueJiao 1034502035@qq.com
tests/sysbench-threads-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/sysbench-threads-git b/tests/sysbench-threads-git index df1bb5cf..be83b441 100755 --- a/tests/sysbench-threads-git +++ b/tests/sysbench-threads-git @@ -10,7 +10,7 @@ : "${thread_locks:=2}"
args=(
- --threads=$nr_threads
- --num-threads=$nr_threads
--thread-yields=$thread_yields --thread-locks=$thread_locks ) -- 2.23.0