lmdb: simple write benchmark.

Change-Id: Iadcbe8ad5922b2ecf1ea597b188ef368bc097185
This commit is contained in:
Leo Yuriev
2015-06-18 15:24:37 +03:00
parent 00d2057204
commit 537fc0fe1a
4 changed files with 263 additions and 3 deletions

2
mdb.c
View File

@@ -36,7 +36,7 @@
#include "../../include/reopenldap.h"
#ifndef MDB_DEBUG
# define MDB_DEBUG 1
# define MDB_DEBUG 0
#endif
#include <sys/types.h>