public class ProcessPerformanceSuite extends AbstractGremlinSuite
ProcessPerformanceSuite
is a JUnit test runner that executes the Gremlin Test Suite over a Graph
implementation. This specialized test suite and runner is for use by Gremlin implementers to test their
Graph implementations traversal speeds.
To use the ProcessPerformanceSuite
define a class in a test module. Simple naming would expect the name of
the implementation followed by "ProcessPerformanceTest". This class should be annotated as follows (note that
the "Suite" implements GraphProvider
as a convenience only. It could be implemented in
a separate class file):
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinSuite
AbstractGremlinSuite.GraphProviderClass, AbstractGremlinSuite.OptOutTestFilter
-
Constructor Summary
Constructors
Constructor and Description
ProcessPerformanceSuite(Class<?> klass,
RunnerBuilder builder)
-
Method Summary
-
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinSuite
afterTestExecution, beforeTestExecution, getGraphProviderClass, isHelperMethodOverriden, runChild, validateOptInAndOutAnnotationsOnGraph
-
-
Constructor Detail
-
ProcessPerformanceSuite
public ProcessPerformanceSuite(Class<?> klass,
RunnerBuilder builder)
throws InitializationError
- Throws:
InitializationError
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.