myui / hivemall

Scalable machine learning library for Apache Hive/Spark/Pig
http://hivemall.incubator.apache.org/
503 stars 153 forks source link

Add benchmark code for each_top_k #347

Closed maropu closed 8 years ago

maropu commented 8 years ago

FYI: The results are as follows;

Java HotSpot(TM) 64-Bit Server VM 1.8.0_31-b13 on Mac OS X 10.10.2
Intel(R) Core(TM) i7-4578U CPU @ 3.00GHz

top-k (k=8):            Best/Avg Time(ms)    Rate(M/s)   Per Row(ns)   Relative
-------------------------------------------------------------------------------
rank                       57267 / 59267          0.5        2184.5       1.0X
each_top_k                 40415 / 44812          0.6        1541.7       1.4X
coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.005%) to 34.855% when pulling c9589b3abef82078cecf0c41a2122c2a00590151 on maropu:MiscBench2 into 02c09e21af2d8f5f398ad8de33af388abc976257 on myui:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.3%) to 35.138% when pulling c9589b3abef82078cecf0c41a2122c2a00590151 on maropu:MiscBench2 into 02c09e21af2d8f5f398ad8de33af388abc976257 on myui:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 34.86% when pulling c9589b3abef82078cecf0c41a2122c2a00590151 on maropu:MiscBench2 into 02c09e21af2d8f5f398ad8de33af388abc976257 on myui:master.

myui commented 8 years ago

merged. Thanks