public class PerformanceTool extends Object
Current results:
Prior results before the common bounds-check optimizations:
This is not a JUnit test. Rather, it is a stand-alone program which must be run explicitly. One handy way is to run it from your IDE. If using Eclipse, monitor the system to wait for Eclipse to finish its background processing before launching.
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceTool.ArrayWriterTester |
static class |
PerformanceTool.NullableVectorTester |
static class |
PerformanceTool.NullableWriterTester |
static class |
PerformanceTool.PerfTester |
static class |
PerformanceTool.RepeatedVectorTester |
static class |
PerformanceTool.RequiredVectorTester |
static class |
PerformanceTool.RequiredWriterTester |
| Modifier and Type | Field and Description |
|---|---|
static int |
ITERATIONS |
static int |
ROW_COUNT |
| Constructor and Description |
|---|
PerformanceTool() |
public static final int ROW_COUNT
public static final int ITERATIONS
public static void main(String[] args)
Copyright © 2021 The Apache Software Foundation. All rights reserved.