public class ProcessPerformanceSuite extends AbstractGremlinSuite
ProcessPerformanceSuite
is a JUnit test runner that executes the Gremlin Test Suite over a Graph
implementation. This suite contains "long-run" tests that produce reports on the traversal execution
performance of a vendor implementation Graph
. Its usage is optional to vendors as the tests are
somewhat redundant to those found elsewhere in other required test suites.
For more information on the usage of this suite, please see StructureStandardSuite
.AbstractGremlinSuite.OptOutTestFilter
Constructor and Description |
---|
ProcessPerformanceSuite(Class<?> klass,
RunnerBuilder builder) |
afterTestExecution, beforeTestExecution, getGraphProviderClass, runChild, validateOptInAndOutAnnotationsOnGraph
public ProcessPerformanceSuite(Class<?> klass, RunnerBuilder builder) throws InitializationError
InitializationError
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.