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
RawTherapee 1.0.0
system/rawtherapee-1.0.0
- 04 February 2020 -
Initial commit of RawTherappee benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <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.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Benchmark total: #_RESULT_#</OutputTemplate> <LineHint>Benchmark total</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <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.0</Version> <SupportedPlatforms>Linux</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>