Packages

class MergeQueueBench extends AnyRef

Annotations
@BenchmarkMode() @State()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MergeQueueBench
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MergeQueueBench()

Value Members

  1. def insertAlternateRange(): Seq[(Long, Long)]
    Annotations
    @Benchmark()
  2. def insertRange(): Seq[(BigInt, BigInt)]
    Annotations
    @Benchmark()
  3. var ranges: Vector[(BigInt, BigInt)]
  4. def setupData(): Unit
    Annotations
    @Setup()
  5. var shuffle: Boolean
  6. var size: Int
  7. var skip: Int
  8. var span: Int