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
BlogBench 1.0.1
system/blogbench-1.0.1
- 12 September 2017 -
Directory fix for previous commit
install.sh
#!/bin/sh if which blogbench>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: blogbench is not found on the system! This test profile needs a working installation in the PATH." echo 2 > ~/install-exit-status fi echo "#!/bin/sh rm -rf \$HOME/scratch/ mkdir \$HOME/scratch/ 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 v7.4.0m4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Final score for reads : #_RESULT_#</OutputTemplate> <LineHint>reads</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>Final score for writes: #_RESULT_#</OutputTemplate> <LineHint>writes</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m4--> <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.1</Version> <SupportedPlatforms>Linux, MacOSX, BSD, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>0.9</EnvironmentSize> <ProjectURL>http://blogbench.pureftpd.org/project/blogbench/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>blender</SystemDependencies> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> </TestSettings> </PhoronixTestSuite>