summaryrefslogtreecommitdiff
path: root/src/redis-benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* redis-benchmark: disable big buffer cleanup in hiredis context.antirez2012-08-221-0/+2
* fix redis-benchmark memory leakPremysl Hruby2012-02-261-0/+2
* redis-benchmark: a few fixes to pipelining implementation.antirez2012-02-231-6/+4
* redis-benchmark: Initial support for pipelining.antirez2012-02-231-14/+34
* The hiredis lib shipped with Redis was updated to latest version.antirez2012-02-191-1/+1
* Fixed redis-benchmark --help output typoantirez2012-01-311-2/+4
* Max limit to 10k clients removed, this implements feature request on issue #194antirez2011-12-151-1/+1
* redis-benchmark: ability to run selected tests. Better help with examples.antirez2011-11-071-67/+142
* csv output for redis-benchmarkantirez2011-11-041-2/+10
* PING / MSET benchmarks enabled again.antirez2011-11-041-2/+0
* further optimizations for the multi bulk protocol parsing code when big objec...antirez2011-11-031-1/+3
* Enforce upper bound for number of requests in redis-benchmarkPieter Noordhuis2011-09-161-11/+19
* There is no debug mode in benchmark toolPieter Noordhuis2011-06-011-6/+1
* Provide custom command to benchmark against via argsPieter Noordhuis2011-06-011-52/+90
* More const's in redis-benchmark.cPieter Noordhuis2011-06-011-11/+11
* portability fix in redis benchmark, using zu format specified with size_t ins...antirez2011-01-241-1/+1
* Randomize keys and set start time when first write event firesPieter Noordhuis2010-12-231-15/+5
* Find substrings to randomize when the client is createdPieter Noordhuis2010-12-231-31/+27
* Make the MSET benchmark *really* work with 10 keysPieter Noordhuis2010-12-221-4/+6
* Remove code duplicationPieter Noordhuis2010-12-221-111/+34
* Add wait states to deal with many connections.Didier Spezia2010-12-181-0/+11
* Use multi-bulk protocol by default in redis-benchmarkPieter Noordhuis2010-12-181-30/+78
* Re-use variable data in redis-benchmarkPieter Noordhuis2010-12-161-18/+8
* Fix NULL-termination of variable data in redis-benchmarkPieter Noordhuis2010-12-161-1/+7
* Use multi-bulk protocol in SET benchmarkPieter Noordhuis2010-11-051-1/+2
* Microsecond latency resolution in redis-benchmarkPieter Noordhuis2010-11-041-28/+40
* Use hiredis from redis-benchmarkPieter Noordhuis2010-11-041-233/+59
* Merge remote branch 'pietern/unixsocket'antirez2010-11-021-2/+12
|\
| * Merge master with resolved conflict in src/redis-cli.cPieter Noordhuis2010-10-131-105/+137
| |\
| * | Support for Redis to listen on a Unix socketPieter Noordhuis2010-08-011-2/+12
* | | Add benchmark for MSETPieter Noordhuis2010-10-151-0/+18
* | | Change protocol from bulk to inline in redis-benchmarkPieter Noordhuis2010-10-151-4/+4
| |/ |/|
* | Show the current throughput while benchmarkingPieter Noordhuis2010-08-301-36/+50
* | Refactor reply parsing code in redis-benchmark for efficiencyPieter Noordhuis2010-08-301-69/+87
|/
* redis.c split into many different C files.antirez2010-07-011-0/+665