commit | 39b68ea20d6ddd83ddfb89464e09ef491b6b70c9 | [log] [tgz] |
---|---|---|
author | Tamas Kenez <tamaskenez@google.com> | Mon Jul 03 14:32:37 2017 +0200 |
committer | Tamas Kenez <tamaskenez@google.com> | Mon Jul 03 14:32:37 2017 +0200 |
tree | cac19c2ce85e6fbeaed3a9cade5cbc71bcd7e9bf | |
parent | 263243f6d44ee007dcb5eec046f0c0e7d5b5727b [diff] [blame] |
Use goyt with 4 threads in test_framework.py Bug: Change-Id: I36d8849561e7f6986dbdb60f8fc3fef04fba74fa
diff --git a/tools/test_framework.py b/tools/test_framework.py index e3cfc76..7ef5ff3 100755 --- a/tools/test_framework.py +++ b/tools/test_framework.py
@@ -87,6 +87,7 @@ if args.tool == 'goyt': tool_file = GOYT_EXE + tool_args = ['--num-threads=4'] + tool_args elif args.tool == 'dx': tool_file = DX_JAR else: