You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2014/02/11 08:21:47 UTC

[Hama Wiki] Update of "Benchmarks" by edwardyoon

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=52&rev2=53

  <<TableOfContents(5)>>
+ 
+ == PageRank Performance 0.7.0-SNAPSHOT vs 0.6.3 ==
+ 
+  * 2 nodes cluster (8 cores 16GB)
+  * 6 tasks (opt: -Xmx2048m)
+  * 40,000 vertices
+  * Memory Queue and ListVerticesInfo was used (for both version).
+ 
+ ||<rowbgcolor="#DDDDDD"> Edges per Vertex || 0.7.0-SNAPSHOT || Hama 0.6.3 ||
+ || 500 || 359.518 seconds || 284.075 seconds ||
+ || 600 || 440.835 seconds || 347.325 seconds ||
+ || 700 || 521.53 seconds || 368.14 seconds ||
+ || 800 || 605.78 seconds || Out Of Memory ||
+ || 900 || 705.896 seconds || Out Of Memory ||
+ || 1000 || 794.966 seconds || Out Of Memory ||
+ || 1100 || 879.476 seconds || Out Of Memory ||
+ || 1200 || 1032.919 seconds || Out Of Memory ||
+ || 1300 || 1173.371 seconds || Out Of Memory ||
  
  == Hama 0.6 RC3 ==