Package org.apache.arrow.vector
Class DecimalVectorBenchmarks
java.lang.Object
org.apache.arrow.vector.DecimalVectorBenchmarks
- Direct Known Subclasses:
DecimalVectorBenchmarks_jmhType_B1
Benchmarks for
DecimalVector
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
prepare()
Setup benchmarks.void
Test writing onDecimalVector
from arrow buf.void
Test writing onDecimalVector
from byte array.void
tearDown()
Tear down benchmarks.
-
Constructor Details
-
DecimalVectorBenchmarks
public DecimalVectorBenchmarks()
-
-
Method Details
-
prepare
public void prepare()Setup benchmarks. -
tearDown
public void tearDown()Tear down benchmarks. -
setBigEndianArrowBufBenchmark
public void setBigEndianArrowBufBenchmark()Test writing onDecimalVector
from arrow buf. -
setBigEndianByteArrayBenchmark
public void setBigEndianByteArrayBenchmark()Test writing onDecimalVector
from byte array. -
main
- Throws:
org.openjdk.jmh.runner.RunnerException
-