Package org.apache.arrow.memory
Class AllocatorBenchmarks
java.lang.Object
org.apache.arrow.memory.AllocatorBenchmarks
- Direct Known Subclasses:
AllocatorBenchmarks_jmhType_B1
Benchmarks for allocators.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Benchmark for the default allocator.static void
void
Benchmark for allocator with segment rounding policy.
-
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
- Throws:
org.openjdk.jmh.runner.RunnerException
-