mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -40,7 +40,7 @@ import static org.openjdk.bench.java.lang.ScopedValuesData.*;
|
|||
@Measurement(iterations=10, time=1)
|
||||
@Threads(1)
|
||||
@Fork(value = 1,
|
||||
jvmArgsPrepend = {"-Djmh.executor.class=org.openjdk.bench.java.lang.ScopedValuesExecutorService",
|
||||
jvmArgs = {"-Djmh.executor.class=org.openjdk.bench.java.lang.ScopedValuesExecutorService",
|
||||
"-Djmh.executor=CUSTOM",
|
||||
"-Djmh.blackhole.mode=COMPILER",
|
||||
"--enable-preview"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue