Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
KeyDB 1.0.0
pts/keydb-1.0.0
- 07 October 2019 -
Initial commit of KeyDB test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/JohnSully/KeyDB/archive/v5.0.2.tar.gz</URL> <MD5>a65ee0695716d5ff5f65acc69d2a0855</MD5> <SHA256>3457075153a9c588caaf22d3e7d7fd214c56c60c19401a2d1fe8c46ca30d98bf</SHA256> <FileName>KeyDB-5.0.2.tar.gz</FileName> <FileSize>3016462</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzf KeyDB-5.0.2.tar.gz cd ~/KeyDB-5.0.2/deps make hiredis jemalloc linenoise lua cd ~/KeyDB-5.0.2 make MALLOC=libc -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd ~/KeyDB-5.0.2/ ./src/keydb-server --server-threads \$NUM_CPU_CORES & KEYDB_SERVER_PID=\$! sleep 8 ./src/keydb-benchmark --threads \$NUM_CPU_CORES \$@ > \$LOG_FILE kill \$KEYDB_SERVER_PID sleep 2" > keydb chmod +x keydb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_# requests per second</OutputTemplate> <LineHint>requests per second</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <TestInformation> <Title>KeyDB</Title> <AppVersion>5.0.2</AppVersion> <Description>A benchmark of KeyDB as a multi-threaded fork of the Redis server.</Description> <ResultScale>Requests Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, libevent, pcre, openssl-development, libtool, curl</ExternalDependencies> <EnvironmentSize>69</EnvironmentSize> <ProjectURL>https://github.com/JohnSully/KeyDB</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-n 250000</Arguments> </Default> </TestSettings> </PhoronixTestSuite>