Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
QuantLib
Etcpak
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
RELION
Recently Updated Tests
IOR
QMCPACK
CloverLeaf
rav1e
Mobile Neural Network
New & Recently Updated Tests
Recently Updated Suites
Creator Workloads
Game Development
Texture Compression
New & Recently Updated Suites
Currently Trending Results
IOR 5900X + 980 PRO
Renoir IOR
etcpak tex renoir
Xeon Gold 5220R 2P 2021
5900X Tues
ior new
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
RawTherapee 1.0.1
system/rawtherapee-1.0.1
- 21 March 2020 -
This test profile works on BSD too.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/benchmarkRT-2.tar.xz</URL> <MD5>449a8cd29b856f8c7b1d6fc2a4f09318</MD5> <SHA256>f202e8cd8365c28d4028980aadfd5634a9b2bfb444cb272ee7ce1b96f19aea07</SHA256> <FileName>benchmarkRT-2.tar.xz</FileName> <FileSize>10959136</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which rawtherapee-cli>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: RawTherapee is not found on the system! This test profile needs a working rawtherapee-cli in the PATH." echo 2 > ~/install-exit-status fi cd ~ echo "#!/bin/sh rm -rf benchmarkRT tar -xf benchmarkRT-2.tar.xz cd benchmarkRT RT_CLI=\`which rawtherapee-cli\` RT_PATH=\`dirname \$RT_CLI\` ./benchmarkRT -e \$RT_PATH -a \$@ > \$LOG_FILE echo \$? > ~/test-exit-status rawtherapee-cli --version > ~/pts-footnote 2>/dev/null" > rawtherapee chmod +x rawtherapee
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Benchmark total: #_RESULT_#</OutputTemplate> <LineHint>Benchmark total</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <TestInformation> <Title>RawTherapee</Title> <Description>RawTherapee is a cross-platform, open-source multi-threaded RAW image processing program.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Total Benchmark Time</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>22</EnvironmentSize> <ProjectURL>https://rawtherapee.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>rawtherapee</SystemDependencies> </TestProfile> </PhoronixTestSuite>