mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8342958: Use jvmArgs consistently in microbenchmarks
Reviewed-by: ecaspole, jvernee
This commit is contained in:
parent
d49f21043b
commit
90bd544512
142 changed files with 202 additions and 202 deletions
|
@ -125,7 +125,7 @@ public class SocketChannelConnectionSetup {
|
|||
|
||||
opt = new OptionsBuilder()
|
||||
.include(org.openjdk.bench.java.net.SocketChannelConnectionSetup.class.getSimpleName())
|
||||
.jvmArgsPrepend("-Djdk.net.useFastTcpLoopback=true")
|
||||
.jvmArgs("-Djdk.net.useFastTcpLoopback=true")
|
||||
.warmupForks(1)
|
||||
.forks(2)
|
||||
.build();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue