X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..570333015147ce01646ff61e50afc210a12408db:/doc/Benchmarks.html diff --git a/doc/Benchmarks.html b/doc/Benchmarks.html index e33e7b71..53f8bb44 100644 --- a/doc/Benchmarks.html +++ b/doc/Benchmarks.html @@ -111,6 +111,14 @@ GET: 45497.73 requests per second INCR: 39370.47 requests per second LPUSH: 34803.41 requests per second LPOP: 37367.20 requests per second +Another one using a 64 bit box, a Xeon L5420 clocked at 2.5 Ghz:

+ ./redis-benchmark -q -n 100000
+PING: 111731.84 requests per second
+SET: 108114.59 requests per second
+GET: 98717.67 requests per second
+INCR: 95241.91 requests per second
+LPUSH: 104712.05 requests per second
+LPOP: 93722.59 requests per second