public abstract class AbstractGraphMutateBenchmark extends AbstractBenchmarkBase
AbstractGraphMutateBenchmark
. AbstractGraphMutateBenchmark
runs setup once per invocation so that benchmark measurements are made on an empty TinkerGraph
. This approach
was taken to isolate the tested method from the performance side effects of unbounded graph growth.Modifier and Type | Field and Description |
---|---|
protected GraphTraversalSource |
g |
protected Graph |
graph |
DEFAULT_BENCHMARK_DIRECTORY, DEFAULT_FORKS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS, JVM_ARGS
Constructor and Description |
---|
AbstractGraphMutateBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
prepare() |
getForks, getMeasureIterations, getReportDir, getWarmupIterations, run
protected Graph graph
protected GraphTraversalSource g
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.