Package org.apache.giraph.benchmark

Package of benchmarks for performance testing and optimization

See:
          Description

Class Summary
AggregatorsBenchmark Benchmark for aggregators.
AggregatorsBenchmark.AggregatorsBenchmarkComputation Vertex class for AggregatorsBenchmark
AggregatorsBenchmark.AggregatorsBenchmarkMasterCompute MasterCompute class for AggregatorsBenchmark
AggregatorsBenchmark.AggregatorsBenchmarkWorkerContext WorkerContext class for AggregatorsBenchmark
BenchmarkOption Command line options for benchmarks
GiraphBenchmark Abstract class which benchmarks should extend.
PageRankBenchmark Benchmark for PageRankComputation
PageRankComputation Implementation of PageRank in which vertex ids are ints, page rank values are floats, and graph is unweighted.
RandomMessageBenchmark Random Message Benchmark for evaluating the messaging performance.
RandomMessageBenchmark.RandomMessageBenchmarkMasterCompute Master compute associated with RandomMessageBenchmark.
RandomMessageBenchmark.RandomMessageBenchmarkWorkerContext WorkerContext forRandomMessageBenchmark.
RandomMessageBenchmark.RandomMessageComputation Actual message computation (messaging in this case)
ShortestPathsBenchmark Single-source shortest paths benchmark.
ShortestPathsComputation Shortest paths algorithm.
WeightedPageRankBenchmark Benchmark for WeightedPageRankComputation
WeightedPageRankComputation Implementation of Page Rank algorithm on a weighted graph.
 

Package org.apache.giraph.benchmark Description

Package of benchmarks for performance testing and optimization



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.