commit | d183499a3b7bf6ead3908ac64bff49d28b911a91 | [log] [tgz] |
---|---|---|
author | Tamas Kenez <tamaskenez@google.com> | Thu Sep 28 09:40:17 2017 +0200 |
committer | Tamas Kenez <tamaskenez@google.com> | Thu Sep 28 09:40:17 2017 +0200 |
tree | 43f86a4e40f0b1010cdeab8ce97dec6f8eb1b124 | |
parent | d9670f0d133ed4db05a7aa060ca1aef53b052532 [diff] [blame] |
Change benchmark flag for correct comparison. Bug: Change-Id: I13920ab9d2c3b1b30a463b4dda389d4a6314ac08
diff --git a/tools/test_framework.py b/tools/test_framework.py index 01c45a1..9ef1113 100755 --- a/tools/test_framework.py +++ b/tools/test_framework.py
@@ -80,6 +80,8 @@ tool_args = ['--num-threads=8'] + tool_args if args.tool == 'goyt-release': tool_args.append('--no-locals') + else: + tool_args.append('--no-optimize') elif args.tool == 'dx': tool_file = DX_JAR xmx = '-Xmx1600m'