]> git.saurik.com Git - redis.git/history - src/redis-benchmark.c
Test: fixed osx "leaks" support in test.
[redis.git] / src / redis-benchmark.c
2012-11-08  antirezBSD license added to every C source and header file.
2012-10-18  NanXiaoUpdate src/redis-benchmark.c
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
2012-08-22  antirezredis-benchmark: disable big buffer cleanup in hiredis...
2012-03-09  antirezMerge conflicts resolved.
2012-02-26  Premysl Hrubyfix redis-benchmark memory leak
2012-02-23  antirezredis-benchmark: a few fixes to pipelining implementation.
2012-02-23  antirezredis-benchmark: Initial support for pipelining.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-19  antirezThe hiredis lib shipped with Redis was updated to lates...
2012-01-31  antirezFixed redis-benchmark --help output typo
2011-12-15  antirezMax limit to 10k clients removed, this implements featu...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-08  antirezMerge branch 'unstable' into ttlres
2011-11-07  antirezredis-benchmark: ability to run selected tests. Better...
2011-11-04  antirezcsv output for redis-benchmark
2011-11-04  antirezPING / MSET benchmarks enabled again.
2011-11-03  antirezfurther optimizations for the multi bulk protocol parsi...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  Pieter NoordhuisEnforce upper bound for number of requests in redis...
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-01  Pieter NoordhuisThere is no debug mode in benchmark tool
2011-06-01  Pieter NoordhuisProvide custom command to benchmark against via args
2011-06-01  Pieter NoordhuisMore const's in redis-benchmark.c
2011-01-24  antirezportability fix in redis benchmark, using zu format...
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisRandomize keys and set start time when first write...
2010-12-23  Pieter NoordhuisFind substrings to randomize when the client is created
2010-12-22  Pieter NoordhuisMake the MSET benchmark *really* work with 10 keys
2010-12-22  Pieter NoordhuisRemove code duplication
2010-12-18  Didier SpeziaAdd wait states to deal with many connections.
2010-12-18  Pieter NoordhuisUse multi-bulk protocol by default in redis-benchmark
2010-12-16  Pieter NoordhuisRe-use variable data in redis-benchmark
2010-12-16  Pieter NoordhuisFix NULL-termination of variable data in redis-benchmark
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
2010-11-05  Pieter NoordhuisUse multi-bulk protocol in SET benchmark
2010-11-04  Pieter NoordhuisMicrosecond latency resolution in redis-benchmark
2010-11-04  Pieter NoordhuisUse hiredis from redis-benchmark
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-15  Pieter NoordhuisAdd benchmark for MSET
2010-10-15  Pieter NoordhuisChange protocol from bulk to inline in redis-benchmark
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-08-30  Pieter NoordhuisShow the current throughput while benchmarking
2010-08-30  Pieter NoordhuisRefactor reply parsing code in redis-benchmark for...
2010-08-01  Pieter NoordhuisSupport for Redis to listen on a Unix socket
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.