mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
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 <g.veniamin@googlemail.com>
This commit is contained in:
parent
7697605885
commit
84bca8ba72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308709
5 changed files with 37 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
SUBDIR += netperf
|
||||
SUBDIR += netperfmeter
|
||||
SUBDIR += netpipe
|
||||
SUBDIR += nosqlbench
|
||||
SUBDIR += nqueens
|
||||
SUBDIR += nttcp
|
||||
SUBDIR += nuttcp
|
||||
|
|
24
benchmarks/nosqlbench/Makefile
Normal file
24
benchmarks/nosqlbench/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
# $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 <bsd.port.mk>
|
2
benchmarks/nosqlbench/distinfo
Normal file
2
benchmarks/nosqlbench/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (nosqlbench-0.0.20120802.tar.bz2) = b7ecf89b86e422ad7642e900df9e1ad6e8229d42727eb8bf503d1f403b45a5dc
|
||||
SIZE (nosqlbench-0.0.20120802.tar.bz2) = 143327
|
6
benchmarks/nosqlbench/pkg-descr
Normal file
6
benchmarks/nosqlbench/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
nb - Micro-benchmarking NoSQL storage. Features include:
|
||||
|
||||
* Benchmarking support: tarantool, memcached, redis
|
||||
* GNUPlot generation
|
||||
|
||||
WWW: https://github.com/mailru/nosqlbench
|
4
benchmarks/nosqlbench/pkg-plist
Normal file
4
benchmarks/nosqlbench/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/nb
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/LICENSE
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Add table
Reference in a new issue