Created
December 23, 2014 16:25
-
-
Save docapotamus/ec5bf4806456712d56c6 to your computer and use it in GitHub Desktop.
Redis benchmark UKFast Open Stack m1.small
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
debian@control:~$ redis-benchmark -q | |
PING_INLINE: 126582.27 requests per second | |
PING_BULK: 125000.00 requests per second | |
SET: 128205.12 requests per second | |
GET: 126582.27 requests per second | |
INCR: 116279.06 requests per second | |
LPUSH: 99009.90 requests per second | |
LPOP: 97087.38 requests per second | |
SADD: 99009.90 requests per second | |
SPOP: 97087.38 requests per second | |
LPUSH (needed to benchmark LRANGE): 97087.38 requests per second | |
LRANGE_100 (first 100 elements): 47619.05 requests per second | |
LRANGE_300 (first 300 elements): 18018.02 requests per second | |
LRANGE_500 (first 450 elements): 11820.33 requests per second | |
LRANGE_600 (first 600 elements): 9066.18 requests per second | |
MSET (10 keys): 71942.45 requests per second |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment