benchmarks: disable flag printing

This commit is contained in:
Carl Mastrangelo 2017-04-14 11:17:47 -07:00 committed by GitHub
parent 75324e9918
commit 870ae40c8d
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ def vmArgs = [
"-server",
"-Xms2g",
"-Xmx2g",
"-XX:+PrintGCDetails",
"-XX:+PrintFlagsFinal"
"-XX:+PrintGCDetails"
]
task qps_client(type: CreateStartScripts) {