Package | Description |
---|---|
org.apache.giraph.benchmark |
Package of benchmarks for performance testing and optimization
|
Modifier and Type | Field and Description |
---|---|
static BenchmarkOption |
BenchmarkOption.EDGES_PER_VERTEX
Option for number of edges per vertex
|
static BenchmarkOption |
BenchmarkOption.HELP
Option for help
|
static BenchmarkOption |
BenchmarkOption.JYTHON
Option for using Jython
|
static BenchmarkOption |
BenchmarkOption.LOCAL_EDGES_MIN_RATIO
Option for minimum ratio of partition-local edges
|
static BenchmarkOption |
BenchmarkOption.SCRIPT_PATH
Option for path to script for computation
|
static BenchmarkOption |
BenchmarkOption.SUPERSTEPS
Option for number of supersteps
|
static BenchmarkOption |
BenchmarkOption.VERBOSE
Option for verbose
|
static BenchmarkOption |
BenchmarkOption.VERTICES
Option for number of vertices
|
static BenchmarkOption |
BenchmarkOption.WORKERS
Option for number of workers
|
Modifier and Type | Method and Description |
---|---|
Set<BenchmarkOption> |
ShortestPathsBenchmark.getBenchmarkOptions() |
Set<BenchmarkOption> |
WeightedPageRankBenchmark.getBenchmarkOptions() |
Set<BenchmarkOption> |
RandomMessageBenchmark.getBenchmarkOptions() |
Set<BenchmarkOption> |
ReducersBenchmark.getBenchmarkOptions() |
Set<BenchmarkOption> |
PageRankBenchmark.getBenchmarkOptions() |
abstract Set<BenchmarkOption> |
GiraphBenchmark.getBenchmarkOptions()
Get the options to use in this benchmark.
|
Set<BenchmarkOption> |
AggregatorsBenchmark.getBenchmarkOptions() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.