Class DictionaryEncoderBenchmarks
java.lang.Object
org.apache.arrow.vector.dictionary.DictionaryEncoderBenchmarks
- Direct Known Subclasses:
DictionaryEncoderBenchmarks_jmhType_B1
Benchmarks for
DictionaryEncoder
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
prepare()
Setup benchmarks.void
tearDown()
Tear down benchmarks.int
Test encode forDictionaryEncoder
.
-
Constructor Details
-
DictionaryEncoderBenchmarks
public DictionaryEncoderBenchmarks()
-
-
Method Details
-
prepare
public void prepare()Setup benchmarks. -
tearDown
public void tearDown()Tear down benchmarks. -
testEncode
public int testEncode()Test encode forDictionaryEncoder
.- Returns:
- useless. To avoid DCE by JIT.
-
main
- Throws:
org.openjdk.jmh.runner.RunnerException
-