Skip to content

Instantly share code, notes, and snippets.

@bolstad
Created November 7, 2013 20:57
Show Gist options
  • Save bolstad/7361747 to your computer and use it in GitHub Desktop.
Save bolstad/7361747 to your computer and use it in GitHub Desktop.
redis benchmark on raspberry pi
christian@raspbx:~$ redis-benchmark -q -n 100000
PING_INLINE: 2937.46 requests per second
PING_BULK: 2794.08 requests per second
SET: 2584.38 requests per second
GET: 2654.63 requests per second
INCR: 2532.42 requests per second
LPUSH: 2598.96 requests per second
LPOP: 2597.88 requests per second
SADD: 2635.74 requests per second
SPOP: 2800.02 requests per second
LPUSH (needed to benchmark LRANGE): 2571.42 requests per second
LRANGE_100 (first 100 elements): 1131.98 requests per second
LRANGE_300 (first 300 elements): 469.59 requests per second
LRANGE_500 (first 450 elements): 305.92 requests per second
LRANGE_600 (first 600 elements): 244.61 requests per second
MSET (10 keys): 1649.70 requests per second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment