Created
January 15, 2010 01:17
-
-
Save fictorial/277691 to your computer and use it in GitHub Desktop.
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
# SoftLayer; Intel 5520; Linux 2.6; x86_64; 36GiB RAM (but that does not really matter for this) | |
./redis-benchmark -q | |
SET: 69048.28 requests per second | |
GET: 67174.49 requests per second | |
INCR: 57477.01 requests per second | |
LPUSH: 67689.19 requests per second | |
LPOP: 67127.52 requests per second | |
PING: 64541.93 requests per second | |
LPUSH (again, in order to bench LRANGE): 67662.16 requests per second | |
LRANGE (first 100 elements): 7849.29 requests per second | |
LRANGE (first 300 elements): 2756.34 requests per second | |
LRANGE (first 450 elements): 1782.21 requests per second | |
LRANGE (first 600 elements): 1300.39 requests per second |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment