commit | ea18a7a7cdf8cc5c2b6562bf22d6096dc0c0224b | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Aug 14 07:11:09 2017 +0200 |
committer | Rico Wind <ricow@google.com> | Mon Aug 14 07:11:09 2017 +0200 |
tree | 8a640fae9a973e1ed11d925518af9cbaeced4d00 | |
parent | ca4b1098c184e84471cb661ad42b040ec3954a25 [diff] [blame] |
Update number of cores used for benchmarking R=ager@google.com Bug: Change-Id: I0618f3dea64d9254b9b310b7db44ffa7c1abd71f
diff --git a/tools/test_framework.py b/tools/test_framework.py index 1ade73d..a153847 100755 --- a/tools/test_framework.py +++ b/tools/test_framework.py
@@ -71,7 +71,7 @@ if args.tool == 'goyt': tool_file = GOYT_EXE - tool_args = ['--num-threads=4'] + tool_args + tool_args = ['--num-threads=8'] + tool_args elif args.tool == 'dx': tool_file = DX_JAR else: