|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni.leipzig.IR15.Benchmark.Benchmark
de.uni.leipzig.IR15.Benchmark.neo4j.Neo4jBenchmark
de.uni.leipzig.IR15.Benchmark.neo4j.CypherBenchmark
public abstract class CypherBenchmark
Abstract Base Class for all Cypher-based benchmarks. It just executes the query and counts the rows in the result to avoid paging effects.
Constructor Summary | |
---|---|
CypherBenchmark()
|
Method Summary | |
---|---|
void |
run()
Execute the prepared statement. |
Methods inherited from class de.uni.leipzig.IR15.Benchmark.neo4j.Neo4jBenchmark |
---|
afterRun, beforeRun, setUp, tearDown, warmup |
Methods inherited from class de.uni.leipzig.IR15.Benchmark.Benchmark |
---|
getCurrentRun, getName, getResults, getRuns, setCurrentRun, setRuns |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CypherBenchmark()
Method Detail |
---|
public void run()
run
in class Benchmark
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |