Skip to content

Instantly share code, notes, and snippets.

@spullara
Created May 19, 2013 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spullara/5609245 to your computer and use it in GitHub Desktop.
Save spullara/5609245 to your computer and use it in GitHub Desktop.
Simple benchmark of Netty4 based Redis Server clone (in-memory only)
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