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
Darktable 1.0.3
system/darktable-1.0.3
- 29 July 2018 -
Should have been uploaded to system/ not pts/
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/darktable-bench-assets-1.tar.bz2</URL> <MD5>2092203e4399e2d11bbcde837983ef67</MD5> <SHA256>33599937c2d38954c0c83934835fa077498b364a037f3d3303779baf6d9db1e7</SHA256> <FileName>darktable-bench-assets-1.tar.bz2</FileName> <FileSize>62408974</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/server-rack.tar.xz</URL> <MD5>6b133f225c030383c7cc4d902a4aabb9</MD5> <SHA256>f133664384f039d3e63e22f126953b836191e36d2c82d278d8f1aa3f1018335a</SHA256> <FileName>server-rack.tar.xz</FileName> <FileSize>10642472</FileSize> </Package> <Package> <URL>http://github.com/darktable-org/darktable/releases/download/release-2.4.1/darktable-2.4.1-win64.zip</URL> <MD5>f828ff19e4be65a91c589745d47d7e16</MD5> <SHA256>560d82e4c87c002f0284daca922023df136c822713e3670ba42358c9427fe26c</SHA256> <FileName>darktable-2.4.1-win64.zip</FileName> <FileSize>93674789</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which darktable-cli>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Darktable is not found on the system! This test profile needs a working Darktable installation" echo 2 > ~/install-exit-status fi tar -xjvf darktable-bench-assets-1.tar.bz2 tar -xf server-rack.tar.xz cd ~ echo "#!/bin/sh rm -f output*.jpg darktable-cli \$@ > \$LOG_FILE echo \$? > ~/test-exit-status darktable-cli --version | head -n 1 | awk '{ print \$NF }' > ~/pts-test-version 2>/dev/null " > darktable chmod +x darktable
install_windows.sh
#!/bin/sh unzip -o darktable-2.4.1-win64.zip tar -xjvf darktable-bench-assets-1.tar.bz2 tar -xf server-rack.tar.xz mv *.SRW darktable-2.4.1-win64/bin/ mv *.dng darktable-2.4.1-win64/bin/ mv *.NEF darktable-2.4.1-win64/bin/ echo "#!/bin/sh cd darktable-2.4.1-win64/bin/ rm -f output*.jpg ./darktable-cli.exe \$@ > \$LOG_FILE ./darktable-cli.exe --version | head -n 1 | awk '{ print \$NF }' > ~/pts-test-version" > darktable chmod +x darktable
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[dev_process_export] pixel pipeline processing took #_RESULT_# secs (72.368 CPU) </OutputTemplate> <LineHint>pixel pipeline processing took</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>8.681947 [dev_process_export] pixel pipeline processing took #_RESULT_# secs (72.368 CPU) </OutputTemplate> <LineHint>pixel pipeline processing took</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Darktable</Title> <Description>Darktable is an open-source photography / workflow application this will use any system-installed Darktable program or on Windows will automatically download the pre-built binary from the project.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.3</Version> <SupportedPlatforms>Linux, Windows, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>100</EnvironmentSize> <ProjectURL>http://www.darktable.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>darktable</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPostfix> output.jpg</ArgumentPostfix> <Menu> <Entry> <Name>Boat</Name> <Value>bench.SRW</Value> </Entry> <Entry> <Name>Masskrug</Name> <Value>masskrug.NEF</Value> </Entry> <Entry> <Name>Server Room</Name> <Value>server_room.NEF</Value> </Entry> <Entry> <Name>Server Rack</Name> <Value>server-rack.dng</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Acceleration</DisplayName> <Identifier>accel</Identifier> <Menu> <Entry> <Name>CPU-only</Name> <Value>--core -d perf --disable-opencl</Value> </Entry> <Entry> <Name>OpenCL</Name> <Value>--core -d opencl -d perf</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>