Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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.4.0
pts/keydb-1.4.0
- 22 January 2023 -
Update against KeyDB 6.3.2 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/Snapchat/KeyDB/archive/refs/tags/v6.3.2.tar.gz</URL> <MD5>4103634349ab95a35dc2357547481438</MD5> <SHA256>2fdbdf2f0126bf973f8a56ef8777b7471a828df1a2f3555d5c96104a211582e7</SHA256> <FileName>KeyDB-6.3.2.tar.gz</FileName> <FileSize>11539114</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf KeyDB-6.3.2 tar -xf KeyDB-6.3.2.tar.gz cd ~/KeyDB-6.3.2/deps make hiredis jemalloc linenoise lua cd ~/KeyDB-6.3.2 make MALLOC=libc -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd ~/KeyDB-6.3.2/ ./src/keydb-server --server-threads 4 & KEYDB_SERVER_PID=\$! sleep 5 ./src/keydb-benchmark --threads \$NUM_CPU_CORES \$@ > \$LOG_FILE 2>&1 kill -9 \$KEYDB_SERVER_PID sleep 2" > keydb chmod +x keydb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> throughput summary: #_RESULT_# requests per second</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>KeyDB</Title> <AppVersion>6.3.2</AppVersion> <Description>A benchmark of KeyDB as an open-source, multi-threaded fork of the Redis server now developed by Snapchat. The developers self-describe the KeyDB in-memory data structure store as a "faster drop in alternative to Redis".</Description> <ResultScale>Requests Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.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, uuid, snappy, tcl, nasm</ExternalDependencies> <EnvironmentSize>1600</EnvironmentSize> <ProjectURL>https://keydb.dev/</ProjectURL> <RepositoryURL>https://github.com/Snapchat/KeyDB</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>lz4, lz4.h, zstd, zstd.h</SystemDependencies> </TestProfile> <TestSettings> <Default> <Arguments>-n 50000000 -P 32 -d 4 </Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix>-t </ArgumentPrefix> <Menu> <Entry> <Name>SET</Name> <Value>set</Value> </Entry> <Entry> <Name>HMSET</Name> <Value>hmset</Value> </Entry> <Entry> <Name>GET</Name> <Value>get</Value> </Entry> <Entry> <Name>LPUSH</Name> <Value>lpush</Value> </Entry> <Entry> <Name>LPOP</Name> <Value>lpop</Value> </Entry> <Entry> <Name>SADD</Name> <Value>sadd</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Parallel Connections</DisplayName> <Identifier>parallel-connections</Identifier> <ArgumentPrefix>-c </ArgumentPrefix> <Menu> <Entry> <Name>50</Name> <Value>50</Value> </Entry> <Entry> <Name>100</Name> <Value>100</Value> </Entry> <Entry> <Name>500</Name> <Value>500</Value> </Entry> <Entry> <Name>900</Name> <Value>900</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>