Created
May 19, 2013 22:07
-
-
Save spullara/5609245 to your computer and use it in GitHub Desktop.
Simple benchmark of Netty4 based Redis Server clone (in-memory only)
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
macpro:redis-protocol sam$ redis-benchmark -p 6380 -P 50 -n 10000000 set test test | |
====== set test test ====== | |
10000000 requests completed in 5.57 seconds | |
50 parallel clients | |
3 bytes payload | |
keep alive: 1 | |
65.80% <= 1 milliseconds | |
99.65% <= 2 milliseconds | |
99.95% <= 3 milliseconds | |
100.00% <= 4 milliseconds | |
100.00% <= 4 milliseconds | |
1796945.12 requests per second |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment