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
LibreOffice 1.0.0
system/libreoffice-1.0.0
- 09 October 2019 -
Initial commit of LibreOffice test profile setup.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/lo-sample-documents-1.zip</URL> <MD5>f922bd4b667efdad99df731188a5166b</MD5> <SHA256>a1e92da67999d8ed91ad6330b47828207285c146a3a4ebd7b95ad39cb2d62dcd</SHA256> <FileName>lo-sample-documents-1.zip</FileName> <FileSize>4154016</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which libreoffice >/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: libreoffice is not found on the system! This test profile needs a working LibreOffice installation" echo 2 > ~/install-exit-status exit 2 fi unzip -o lo-sample-documents-1.zip cd ~ echo "#!/bin/sh rm -f *.pdf libreoffice \$@ > \$LOG_FILE echo \$? > ~/test-exit-status rm -f *.pdf libreoffice --version | head -n 1 > ~/pts-footnote 2>/dev/null " > lo chmod +x lo
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <TestInformation> <Title>LibreOffice</Title> <Description>Various benchmarking operations with the LibreOffice open-source office suite.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <Executable>lo</Executable> <TimesToRun>5</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>14</EnvironmentSize> <ProjectURL>https://www.libreoffice.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>libreoffice</SystemDependencies> </TestProfile> <TestSettings> <Default> <Arguments>--headless</Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>20 Documents To PDF</Name> <Value>--convert-to pdf documents/*</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>