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
Apache CouchDB 1.4.0
pts/couchdb-1.4.0
- 27 September 2024 -
Update against CouchDB 3.4.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://dlcdn.apache.org/couchdb/source/3.4.1/apache-couchdb-3.4.1.tar.gz, https://apache.osuosl.org/couchdb/source/3.4.1/apache-couchdb-3.4.1.tar.gz</URL> <MD5>1d0dbc27c1a9067b254af8bbbc978429</MD5> <SHA256>aaacea1bd66cf641fd8198dce662a337b359b69d8fd4737e3b0e306b549c3fe5</SHA256> <FileName>apache-couchdb-3.4.1.tar.gz</FileName> <FileSize>19234680</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/apache-couchdb-benchbulk-1.tar.xz</URL> <MD5>192b63227d48c76b10f7ba7eb024e8c1</MD5> <SHA256>a9bb7d67dd668cd7cb336f59a5079e239fe028bc23ae270047e69b0f345d004a</SHA256> <FileName>apache-couchdb-benchbulk-1.tar.xz</FileName> <FileSize>1172</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash tar -xf apache-couchdb-benchbulk-1.tar.xz tar -xf apache-couchdb-3.4.1.tar.gz cd apache-couchdb-3.4.1 ./configure --disable-docs --disable-fauxton --disable-spidermonkey make -j $NUM_CPU_CORES make release echo $? > ~/install-exit-status echo "admin = couchPTStest" >> rel/couchdb/etc/local.ini cd ~ echo "#!/bin/sh cd apache-couchdb-3.4.1/rel/couchdb ./bin/couchdb & echo \$? > ~/test-exit-status COUCH_SERVER_PID=\$! sleep 5 cd ~ bash benchbulk.sh \$@ > \$LOG_FILE 2>&1 kill \$COUCH_SERVER_PID sleep 1" > couchdb chmod +x couchdb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Apache CouchDB</Title> <AppVersion>3.4.1</AppVersion> <Description>This is a bulk insertion benchmark of Apache CouchDB. CouchDB is a document-oriented NoSQL database implemented in Erlang.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Application</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, curl, erlang</ExternalDependencies> <EnvironmentSize>275</EnvironmentSize> <ProjectURL>https://couchdb.apache.org/</ProjectURL> <RepositoryURL>https://github.com/apache/couchdb</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>erl, unicode/utf8.h</SystemDependencies> </TestProfile> <TestSettings> <Default> <MinimumLength>20</MinimumLength> </Default> <Option> <DisplayName>Bulk Size</DisplayName> <Identifier>bulk-size</Identifier> <Menu> <Entry> <Name>100</Name> <Value>100</Value> </Entry> <Entry> <Name>300</Name> <Value>300</Value> </Entry> <Entry> <Name>500</Name> <Value>500</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Inserts</DisplayName> <Identifier>inserts</Identifier> <Menu> <Entry> <Name>1000</Name> <Value>1000</Value> </Entry> <Entry> <Name>3000</Name> <Value>3000</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Rounds</DisplayName> <Identifier>rounds</Identifier> <Menu> <Entry> <Name>30</Name> <Value>30</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>