mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8311178: JMH tests don't scale well when sharing output buffers
Co-authored-by: Vladimir Ivanov <vaivanov@openjdk.org> Reviewed-by: ecaspole, sviswanathan, mli
This commit is contained in:
parent
00c7f914c6
commit
a03a3a43bb
12 changed files with 17 additions and 17 deletions
|
@ -60,7 +60,7 @@ import java.util.concurrent.TimeUnit;
|
|||
@Measurement(iterations = 5, time = 2)
|
||||
@Fork(3)
|
||||
@OutputTimeUnit(TimeUnit.NANOSECONDS)
|
||||
@State(Scope.Benchmark)
|
||||
@State(Scope.Thread)
|
||||
public class ArrayFiddle {
|
||||
@Param("999")
|
||||
public int size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue