Class QueryOrderBenchmark

java.lang.Object
org.eclipse.rdf4j.benchmark.QueryOrderBenchmark

public class QueryOrderBenchmark extends Object
Designed to test the performance of ORDER BY queries.
Author:
James Leigh
See Also:
  • Field Details

    • countk

      public int countk
    • limit

      public int limit
    • syncThreshold

      public int syncThreshold
  • Constructor Details

    • QueryOrderBenchmark

      public QueryOrderBenchmark()
  • Method Details

    • setup

      public void setup()
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • selectAll

      public void selectAll()
    • selectDistinct

      public void selectDistinct()
    • main

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