Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "Benchmarks" page has been changed by edwardyoon: https://wiki.apache.org/hama/Benchmarks?action=diff&rev1=58&rev2=59 <<TableOfContents(5)>> + + == Graph Package: PageRank Benchmarks 0.6.4 vs 0.7.0-SNAPSHOT == + + * In 0.7.0-SNAPSHOT, the sender-side sends a list of messages per Vertex, the receiver-side uses normal Queue instead of Sorted Queue + * CPU and Memory usage has been dramatically decreased! + * Kryo Serializer used for message serialization + + ||<rowbgcolor="#DDDDDD"> || Total Edges || Execution Time (0.6.4) || Execution Time (0.7.0-SNAPSHOT) || + ||pagerank || 200,000 || 16.71 seconds || 13.598 secs || + ||pagerank || 2,000,000 || 19.514 seconds || 16.524 seconds || + ||pagerank || 200,000,000 || 1133.622 seconds || 202.996 seconds || == PageRank Benchmark test 0.6.4 vs 0.6.3 ==
