Last active
August 29, 2015 14:19
-
-
Save useronym/c12388017ab2dd27d040 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% 3 nodes | |
➜ ebalancer git:(dev) ./test.sh go data_m.log | |
stream finished, waiting for output (start_time=1428925779552) | |
sorted 496476 messages in 5.76 seconds ~ 86,193.75/s | |
➜ ebalancer git:(dev) ./test.sh go data_l.log | |
stream finished, waiting for output (start_time=1428925795124) | |
sorted 992952 messages in 10.00 seconds ~ 99,295.2/s | |
%% 4 nodes | |
➜ ebalancer git:(dev) ./test.sh go data_m.log | |
stream finished, waiting for output (start_time=1428933083461) | |
sorted 661968 messages in 6.91s ~ 95798.55/s | |
➜ ebalancer git:(dev) ./test.sh go data_l.log | |
stream finished, waiting for output (start_time=1428933015781) | |
sorted 1323936 messages in 15.18 ~ 87215.81/s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment