Skip to content

Commit

Permalink
version bump 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed May 16, 2018
1 parent bf6ed1d commit 1422a04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
* Version 1.2.9
* Version 1.2.12
* Fix 64bit keyspace support

* Version 1.2.11
* Basic support for redis cluster API.
* Dockerfile support for building & running memtier benchmark in a container

* Version 1.2.10
* Fix memory corruption when using randomized values

* Version 1.2.9
* Add JSON output support: add thin json handling class that could be overridden for extensive uses
* Add --json-out-file: Name of JSON output file, if not set, will not print to json
* Refactor some code duplications in the prints sections
* Change license to 2017
* 64bits keyspace
* Fix binary protocol pipelining: always use the actual body length
* Use different values for each key when random data is set

* Version 1.2.8
* Optimization of gettimeofday() and latency calculations
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.59)
AC_INIT(memtier_benchmark,1.2.8,yossigo@gmail.com)
AC_INIT(memtier_benchmark,1.2.12,yossigo@gmail.com)
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 1422a04

Please sign in to comment.