Skip to content

Commit 1422a04

Browse files
committed
version bump 1.2.12
1 parent bf6ed1d commit 1422a04

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGES

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
* Version 1.2.9
1+
* Version 1.2.12
2+
* Fix 64bit keyspace support
3+
4+
* Version 1.2.11
5+
* Basic support for redis cluster API.
6+
* Dockerfile support for building & running memtier benchmark in a container
7+
8+
* Version 1.2.10
9+
* Fix memory corruption when using randomized values
10+
11+
* Version 1.2.9
212
* Add JSON output support: add thin json handling class that could be overridden for extensive uses
313
* Add --json-out-file: Name of JSON output file, if not set, will not print to json
414
* Refactor some code duplications in the prints sections
515
* Change license to 2017
16+
* 64bits keyspace
17+
* Fix binary protocol pipelining: always use the actual body length
18+
* Use different values for each key when random data is set
619

720
* Version 1.2.8
821
* Optimization of gettimeofday() and latency calculations

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
1616
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ(2.59)
19-
AC_INIT(memtier_benchmark,1.2.8,[email protected])
19+
AC_INIT(memtier_benchmark,1.2.12,[email protected])
2020
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
2121
AC_CONFIG_HEADER([config.h])
2222
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)