redis-client-benchmarks
redis-client-benchmarks copied to clipboard
A benchmark for Redis client libraries in various programming languages.
more accurate time counter with more explicit display in C
I read your benchmarks, and the NodeJs ones caught my attention. I ran your code on my machine, and got the following results: `Elapsed time: 97258ms` `Commands per second: 10282`...
Since we're sending the same command over and over we don't need to recalculate the arguments each time. I think this provides a better representation of hiredis performance. I always...
First, thanks so much for doing these. This is very helpful to me as I run an application where the vast majority of the CPU one service spends is talking...