v1.4 back to 1000 iterations
This commit is contained in:
parent
3476ccf58e
commit
c7d9a7ba96
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class LoopBenchmark {
|
|||
|
||||
@org.openjdk.jmh.annotations.State(Scope.Thread)
|
||||
public static class State {
|
||||
final static int LIST_SIZE = 1;
|
||||
final static int LIST_SIZE = 1000;
|
||||
List<String> list = new ArrayList<>(LIST_SIZE);
|
||||
|
||||
@Setup(Level.Iteration)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue