From 84bca8ba72289bcbf5dd938112e30bca674c515c Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Tue, 11 Dec 2012 20:02:14 +0000 Subject: [PATCH] nb - Micro-benchmarking NoSQL storage. Features include: * Benchmarking support: tarantool, memcached, redis * GNUPlot generation WWW: https://github.com/mailru/nosqlbench PR: 170347 Submitted by: Gvozdikov Veniamin --- benchmarks/Makefile | 1 + benchmarks/nosqlbench/Makefile | 24 ++++++++++++++++++++++++ benchmarks/nosqlbench/distinfo | 2 ++ benchmarks/nosqlbench/pkg-descr | 6 ++++++ benchmarks/nosqlbench/pkg-plist | 4 ++++ 5 files changed, 37 insertions(+) create mode 100644 benchmarks/nosqlbench/Makefile create mode 100644 benchmarks/nosqlbench/distinfo create mode 100644 benchmarks/nosqlbench/pkg-descr create mode 100644 benchmarks/nosqlbench/pkg-plist diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 07cb3aeb5ee4..bc87ca1843e6 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -34,6 +34,7 @@ SUBDIR += netperf SUBDIR += netperfmeter SUBDIR += netpipe + SUBDIR += nosqlbench SUBDIR += nqueens SUBDIR += nttcp SUBDIR += nuttcp diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile new file mode 100644 index 000000000000..489a238daf14 --- /dev/null +++ b/benchmarks/nosqlbench/Makefile @@ -0,0 +1,24 @@ +# Created by: Gvozdikov Veniamin +# $FreeBSD$ + +PORTNAME= nosqlbench +PORTVERSION= 0.0.${DATE} +CATEGORIES= benchmarks databases +MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Micro-benchmarking NoSQL storage + +LIB_DEPENDS= tarantool:${PORTSDIR}/databases/tarantool + +DATE= 20120802 +USE_BZIP2= yes +USE_CMAKE= yes +CMAKE_ARGS= -DLIBTNT_INCLUDE=${LOCALBASE}/include \ + -DLIBTNT_LIB=${LOCALBASE}/lib + +pre-configure: + ${REINPLACE_CMD} 's#DESTINATION doc#DESTINATION ${DOCSDIR}#g' \ + ${WRKSRC}/CMakeLists.txt + +.include diff --git a/benchmarks/nosqlbench/distinfo b/benchmarks/nosqlbench/distinfo new file mode 100644 index 000000000000..d348b78058f4 --- /dev/null +++ b/benchmarks/nosqlbench/distinfo @@ -0,0 +1,2 @@ +SHA256 (nosqlbench-0.0.20120802.tar.bz2) = b7ecf89b86e422ad7642e900df9e1ad6e8229d42727eb8bf503d1f403b45a5dc +SIZE (nosqlbench-0.0.20120802.tar.bz2) = 143327 diff --git a/benchmarks/nosqlbench/pkg-descr b/benchmarks/nosqlbench/pkg-descr new file mode 100644 index 000000000000..f6b6a4623b56 --- /dev/null +++ b/benchmarks/nosqlbench/pkg-descr @@ -0,0 +1,6 @@ +nb - Micro-benchmarking NoSQL storage. Features include: + +* Benchmarking support: tarantool, memcached, redis +* GNUPlot generation + +WWW: https://github.com/mailru/nosqlbench diff --git a/benchmarks/nosqlbench/pkg-plist b/benchmarks/nosqlbench/pkg-plist new file mode 100644 index 000000000000..f48b3f085eaf --- /dev/null +++ b/benchmarks/nosqlbench/pkg-plist @@ -0,0 +1,4 @@ +bin/nb +%%DOCSDIR%%/README +%%DOCSDIR%%/LICENSE +@dirrm %%DOCSDIR%%