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
BlogBench 1.0.0
pts/blogbench-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://download.pureftpd.org/pub/blogbench/blogbench-1.0.tar.gz, ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/blogbench/blogbench-1.0.tar.gz</URL> <MD5>81ad24ec562402bcf61beb4880a51c50</MD5> <FileSize>129356</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/blogbench_/ tar -zxvf blogbench-1.0.tar.gz cd blogbench-1.0/ ./configure --prefix=$HOME/blogbench_/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf blogbench-1.0/ echo "#!/bin/sh rm -rf \$HOME/scratch/ mkdir \$HOME/scratch/ ./blogbench_/bin/blogbench -d \$HOME/scratch > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status rm -rf \$HOME/scratch/" > blogbench chmod +x blogbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Final score for reads : #_RESULT_#</OutputTemplate> <MatchToTestArguments>READ</MatchToTestArguments> <LineHint>reads</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>Final score for writes: #_RESULT_#</OutputTemplate> <MatchToTestArguments>WRITE</MatchToTestArguments> <LineHint>writes</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>BlogBench</Title> <AppVersion>1.0</AppVersion> <Description>BlogBench is designed to replicate the load of a real-world busy file server by stressing the file-system with multiple threads of random reads, writes, and rewrites. The behavior is mimicked of that of a blog by creating blogs with content and pictures, modifying blog posts, adding comments to these blogs, and then reading the content of the blogs. All of these blogs generated are created locally with fake content and pictures.</Description> <ResultScale>Final Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.9</EnvironmentSize> <ProjectURL>http://blogbench.pureftpd.org/project/blogbench/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Read</Name> <Value>READ</Value> </Entry> <Entry> <Name>Write</Name> <Value>WRITE</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>