Class DictionaryEncoderBenchmarks

java.lang.Object
org.apache.arrow.vector.dictionary.DictionaryEncoderBenchmarks
Direct Known Subclasses:
DictionaryEncoderBenchmarks_jmhType_B1

public class DictionaryEncoderBenchmarks extends Object
Benchmarks for DictionaryEncoder.
  • 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 for DictionaryEncoder.
      Returns:
      useless. To avoid DCE by JIT.
    • main

      public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
      Throws:
      org.openjdk.jmh.runner.RunnerException