Created
October 16, 2010 14:45
-
-
Save polotek/629849 to your computer and use it in GitHub Desktop.
benchmarks for chaos on node.js
This file contains hidden or 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
# MBP 2.4 GHz dual core i5, 8GB DDR3 RAM, Apple SSD 5 series chipset | |
benchmark starting... | |
clients: 10 | |
operations: 1000 | |
------------------- | |
writes: 21276.60/s | |
clients: 10 | |
operations: 5000 | |
------------------- | |
writes: 22026.43/s | |
clients: 10 | |
operations: 10000 | |
------------------- | |
writes: 24752.48/s | |
clients: 100 | |
operations: 1000 | |
------------------- | |
writes: 16949.15/s | |
clients: 100 | |
operations: 5000 | |
------------------- | |
writes: 21459.23/s | |
clients: 100 | |
operations: 10000 | |
------------------- | |
writes: 21551.72/s | |
clients: 300 | |
operations: 1000 | |
------------------- | |
writes: 18867.92/s | |
clients: 300 | |
operations: 5000 | |
------------------- | |
writes: 19920.32/s | |
clients: 300 | |
operations: 10000 | |
------------------- | |
writes: 18181.82/s | |
clients: 600 | |
operations: 1000 | |
------------------- | |
writes: 13698.63/s | |
clients: 600 | |
operations: 5000 | |
------------------- | |
writes: 16077.17/s | |
clients: 600 | |
operations: 10000 | |
------------------- | |
writes: 15408.32/s | |
clients: 1000 | |
operations: 1000 | |
------------------- | |
writes: 11111.11/s | |
clients: 1000 | |
operations: 5000 | |
------------------- | |
writes: 12919.90/s | |
clients: 1000 | |
operations: 10000 | |
------------------- | |
writes: 12674.27/s | |
clients: 1500 | |
operations: 1000 | |
------------------- | |
writes: 7874.02/s | |
clients: 1500 | |
operations: 5000 | |
------------------- | |
writes: 8333.33/s | |
clients: 1500 | |
operations: 10000 | |
------------------- | |
writes: 9881.42/s | |
clients: 10 | |
operations: 1000 | |
------------------- | |
reads: 19607.84/s | |
clients: 10 | |
operations: 5000 | |
------------------- | |
reads: 21186.44/s | |
clients: 10 | |
operations: 10000 | |
------------------- | |
reads: 21097.05/s | |
clients: 100 | |
operations: 1000 | |
------------------- | |
reads: 22222.22/s | |
clients: 100 | |
operations: 5000 | |
------------------- | |
reads: 18315.02/s | |
clients: 100 | |
operations: 10000 | |
------------------- | |
reads: 20000.00/s | |
clients: 300 | |
operations: 1000 | |
------------------- | |
reads: 15151.52/s | |
clients: 300 | |
operations: 5000 | |
------------------- | |
reads: 16835.02/s | |
clients: 300 | |
operations: 10000 | |
------------------- | |
reads: 16666.67/s | |
clients: 600 | |
operations: 1000 | |
------------------- | |
reads: 14084.51/s | |
clients: 600 | |
operations: 5000 | |
------------------- | |
reads: 13774.10/s | |
clients: 600 | |
operations: 10000 | |
------------------- | |
reads: 13679.89/s | |
clients: 1000 | |
operations: 1000 | |
------------------- | |
reads: 9803.92/s | |
clients: 1000 | |
operations: 5000 | |
------------------- | |
reads: 10416.67/s | |
clients: 1000 | |
operations: 10000 | |
------------------- | |
reads: 11547.34/s | |
clients: 1500 | |
operations: 1000 | |
------------------- | |
reads: 8695.65/s | |
clients: 1500 | |
operations: 5000 | |
------------------- | |
reads: 8561.64/s | |
clients: 1500 | |
operations: 10000 | |
------------------- | |
reads: 9066.18/s | |
all done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment