Created
January 15, 2014 22:51
-
-
Save tistaharahap/8446340 to your computer and use it in GitHub Desktop.
Macbook Pro Redis Benchmarks
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
PING_INLINE | 11235.96 | |
---|---|---|
PING_BULK | 12658.23 | |
SET | 11627.91 | |
GET | 12195.12 | |
INCR | 11764.71 | |
LPUSH | 15151.52 | |
LPOP | 19607.84 | |
SADD | 19607.84 | |
SPOP | 20408.16 | |
LPUSH (needed to benchmark LRANGE) | 20408.16 | |
LRANGE_100 (first 100 elements) | 10752.69 | |
LRANGE_300 (first 300 elements) | 5714.29 | |
LRANGE_500 (first 450 elements) | 4347.83 | |
LRANGE_600 (first 600 elements) | 3401.36 | |
MSET (10 keys) | 14705.88 |
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
PING_INLINE | 15873.02 | |
---|---|---|
PING_BULK | 19230.77 | |
SET | 18181.82 | |
GET | 16393.44 | |
INCR | 16666.67 | |
LPUSH | 16666.67 | |
LPOP | 17241.38 | |
SADD | 18181.82 | |
SPOP | 20000.00 | |
LPUSH (needed to benchmark LRANGE) | 25000.00 | |
LRANGE_100 (first 100 elements) | 12048.19 | |
LRANGE_300 (first 300 elements) | 6211.18 | |
LRANGE_500 (first 450 elements) | 4464.29 | |
LRANGE_600 (first 600 elements) | 3546.10 | |
MSET (10 keys) | 19607.84 |
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
PING_INLINE | 37037.04 | |
---|---|---|
PING_BULK | 40000.00 | |
SET | 43478.26 | |
GET | 45454.55 | |
INCR | 45454.55 | |
LPUSH | 45454.55 | |
LPOP | 47619.05 | |
SADD | 43478.26 | |
SPOP | 47619.05 | |
LPUSH (needed to benchmark LRANGE) | 45454.55 | |
LRANGE_100 (first 100 elements) | 12345.68 | |
LRANGE_300 (first 300 elements) | 5434.78 | |
LRANGE_500 (first 450 elements) | 4901.96 | |
LRANGE_600 (first 600 elements) | 4237.29 | |
MSET (10 keys) | 31250.00 |
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
PING_INLINE | 20408.16 | |
---|---|---|
PING_BULK | 28571.43 | |
SET | 23809.52 | |
GET | 27027.03 | |
INCR | 21276.60 | |
LPUSH | 19607.84 | |
LPOP | 19607.84 | |
SADD | 19607.84 | |
SPOP | 22727.27 | |
LPUSH (needed to benchmark LRANGE) | 26315.79 | |
LRANGE_100 (first 100 elements) | 9259.26 | |
LRANGE_300 (first 300 elements) | 6578.95 | |
LRANGE_500 (first 450 elements) | 4807.69 | |
LRANGE_600 (first 600 elements) | 3472.22 | |
MSET (10 keys) | 25641.03 |
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
PING_INLINE | 23255.81 | |
---|---|---|
PING_BULK | 34482.76 | |
SET | 32258.06 | |
GET | 37037.04 | |
INCR | 34482.76 | |
LPUSH | 34482.76 | |
LPOP | 33333.34 | |
SADD | 37037.04 | |
SPOP | 38461.54 | |
LPUSH (needed to benchmark LRANGE) | 34482.76 | |
LRANGE_100 (first 100 elements) | 10752.69 | |
LRANGE_300 (first 300 elements) | 4739.34 | |
LRANGE_500 (first 450 elements) | 4255.32 | |
LRANGE_600 (first 600 elements) | 3676.47 | |
MSET (10 keys) | 24390.24 |
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
PING_INLINE | 31250.00 | |
---|---|---|
PING_BULK | 45454.55 | |
SET | 43478.26 | |
GET | 41666.67 | |
INCR | 43478.26 | |
LPUSH | 41666.67 | |
LPOP | 41666.67 | |
SADD | 43478.26 | |
SPOP | 45454.55 | |
LPUSH (needed to benchmark LRANGE) | 41666.67 | |
LRANGE_100 (first 100 elements) | 10526.32 | |
LRANGE_300 (first 300 elements) | 4608.29 | |
LRANGE_500 (first 450 elements) | 5076.14 | |
LRANGE_600 (first 600 elements) | 3984.06 | |
MSET (10 keys) | 34482.76 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment