Package org.eclipse.rdf4j.benchmark
Class QueryOrderBenchmark
- java.lang.Object
-
- org.eclipse.rdf4j.benchmark.QueryOrderBenchmark
-
- Direct Known Subclasses:
QueryOrderBenchmark_jmhType_B1
public class QueryOrderBenchmark extends Object
Designed to test the performance of ORDER BY queries.- Author:
- James Leigh
- See Also:
- https://github.com/eclipse/rdf4j/issues/971
-
-
Field Summary
Fields Modifier and Type Field Description intcountkintlimitintsyncThreshold
-
Constructor Summary
Constructors Constructor Description QueryOrderBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidselectAll()voidselectDistinct()voidsetup()voidtearDown()
-
-
-
Method Detail
-
setup
public void setup()
-
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
-
-