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
Speedb 1.0.0
pts/speedb-1.0.0
- 04 January 2024 -
Initial commit for Speedb benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/speedb-io/speedb/archive/refs/tags/speedb/v2.7.0.tar.gz</URL> <MD5>ccc6d58379690f1a9cdf03928fed015f</MD5> <SHA256>9e787e541badc2fedcd68893f0e68866e0f3180d2f15b84adca4b176e6d28b98</SHA256> <FileName>speedb-speedb-v2.7.0.tar.gz</FileName> <FileSize>19273424</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf speedb-speedb-v2.7.0.tar.gz cd speedb-speedb-v2.7.0 mkdir build cd build export CFLAGS="-O3 -march=native -Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=deprecated-copy -Wno-error=pessimizing-move $CFLAGS" export CXXFLAGS="-O3 -march=native -Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=deprecated-copy -Wno-error=pessimizing-move $CXXFLAGS" cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SNAPPY=ON .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/bash rm -rf /tmp/rocksdbtest-1000/dbbench/ cd speedb-speedb-v2.7.0/build/ ./db_bench \$@ --threads \$NUM_CPU_CORES --duration 60 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status rm -rf /tmp/rocksdbtest-1000/dbbench/" > speedb chmod +x speedb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>readrandom : 0.336 micros/op #_RESULT_# ops/sec; (0 of 175049999 found)</OutputTemplate> <LineHint> ops/sec</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Speedb</Title> <AppVersion>2.7</AppVersion> <Description>Speedb is a next-generation key value storage engine that is RocksDB compatible and aiming for stability, efficiency, and performance.</Description> <ResultScale>Op/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, bc, gflags, cmake, snappy</ExternalDependencies> <EnvironmentSize>740</EnvironmentSize> <ProjectURL>https://www.speedb.io/</ProjectURL> <RepositoryURL>https://github.com/speedb-io/speedb</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Sequential Fill</Name> <Value>--benchmarks="fillseq"</Value> </Entry> <Entry> <Name>Random Fill</Name> <Value>--benchmarks="fillrandom"</Value> </Entry> <Entry> <Name>Random Fill Sync</Name> <Value>--benchmarks="fillsync"</Value> </Entry> <Entry> <Name>Random Read</Name> <Value>--benchmarks="readrandom"</Value> </Entry> <Entry> <Name>Read While Writing</Name> <Value>--benchmarks="readwhilewriting"</Value> </Entry> <Entry> <Name>Read Random Write Random</Name> <Value>--benchmarks="readrandomwriterandom"</Value> </Entry> <Entry> <Name>Update Random</Name> <Value>--benchmarks="updaterandom"</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>