forked from RedisLabs/memtier_benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
48 lines (37 loc) · 1.31 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
* Version 1.2.7
* Improvement of --randomize
* Minor bugfix in instantaneous stats not begin updated
* Fix incorrect statistics due to integer overflow (Daisy Hsiung).
* Better round-robin address selection when doing hostname resolution.
* Version 1.2.6
* Improve latency histogram accuracy and range
* Fix --random-data when using many threads
* Version 1.2.5
* Bugfix in --randomize
* Version 1.2.4
* Add --randomize
* Fix random seed bug
* Improve statistics accuracy
* Version 1.2.3
* Add progress and current (instantaneous) stats
* Version 1.2.2
* Add --key-pattern=P:P
* Add -n allkeys
* Version 1.2.1
* Add --distinct-client-seed
* Version 1.2.0
* Add --data-size-pattern
* Add --key-pattern now has Gaussian distribution, and also --key-stddev, --key-median
* Add --data-offset
* Add --hide-histogram
* Version 1.1.0
* Add --data-verify and --verify options to allow data verification.
* Add --no-expiry option to ignore expiry of imported data.
* Binary memcache now supports SASL PLAIN authentication.
* Version 1.0.2
* Remove libmemcached dependency.
* Detailed instructions for building on Ubuntu and CentOS distributions.
* Version 1.0.1
* Fix build problems on Ubuntu 10.04.
* Version 1.0.0
* Initial public release.