public class ArrayListBenchmark extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,AbstractListTest> |
benchmarks |
String |
list |
int |
size |
String |
type |
| Constructor and Description |
|---|
ArrayListBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
setup() |
void |
shuffle() |
void |
testIterate(org.openjdk.jmh.infra.Blackhole bh) |
void |
testListIterateInPlace(org.openjdk.jmh.infra.Blackhole bh) |
void |
testSort() |
public static final Map<String,AbstractListTest> benchmarks
public int size
public String list
public String type
public void shuffle()
throws IllegalAccessException,
InstantiationException
public void testSort()
public void testIterate(org.openjdk.jmh.infra.Blackhole bh)
public void testListIterateInPlace(org.openjdk.jmh.infra.Blackhole bh)
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
org.openjdk.jmh.runner.RunnerExceptionCopyright © 2015. All rights reserved.