提交 172306b6 编写于 作者: W wenzhouwww@live.cn

update

上级 14edefdc
...@@ -75,9 +75,9 @@ def random_args(args_list): ...@@ -75,9 +75,9 @@ def random_args(args_list):
args_list["--debug"]=False args_list["--debug"]=False
args_list["--per-thread-db-connection"]=True args_list["--per-thread-db-connection"]=True
args_list["--track-memory-leaks"]=False args_list["--track-memory-leaks"]=False
args_list["--max-steps"]=random.randint(100,250) args_list["--max-steps"]=random.randint(200,300)
threads = [4,16,32,64] threads = [16,32,64]
args_list["--num-threads"]=random.sample(threads,1)[0] #$ debug args_list["--num-threads"]=random.sample(threads,1)[0] #$ debug
args_list["--ignore-errors"]=[] ## can add error codes for detail args_list["--ignore-errors"]=[] ## can add error codes for detail
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册