Class AllocatorBenchmarks

java.lang.Object
org.apache.arrow.memory.AllocatorBenchmarks
Direct Known Subclasses:
AllocatorBenchmarks_jmhType_B1

public class AllocatorBenchmarks extends Object
Benchmarks for allocators.
  • Constructor Details

    • AllocatorBenchmarks

      public AllocatorBenchmarks()
  • Method Details

    • defaultAllocatorBenchmark

      public void defaultAllocatorBenchmark()
      Benchmark for the default allocator.
    • segmentRoundingPolicyBenchmark

      public void segmentRoundingPolicyBenchmark()
      Benchmark for allocator with segment rounding policy.
    • main

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