Created
November 8, 2011 03:03
-
-
Save oza/1346893 to your computer and use it in GitHub Desktop.
q4m performance test
This file contains hidden or 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
# ./configure --with-sync=yes --with-mysql=../mysql-5.1.55 | |
# Intel(R) Xeon(R) CPU E5506 @ 2.13GHz | |
~/build/q4m-0.9.5$ USE_C_CLIENT=1 MESSAGES=400000 CONCURRENCY=200 DBI='dbi:mysql:test;mysql_socket=/var/run/mysqld/mysqld.sock;user=root;password=root' t/05-multireader.t | |
1..4 | |
ok 1 - check number of messages | |
ok 2 - min value of received message | |
ok 3 - max value of received message | |
ok 4 - should have no rows in table | |
Multireader benchmark result: | |
Number of messages: 4000 | |
Number of readers: 200 | |
Elapsed: 1.759 seconds | |
Throughput: 2274.016 mess./sec. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment