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
Natron 1.0.0
pts/natron-1.0.0
- 13 July 2021 -
Initial commit of Natron renderer benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/NatronGitHub/Natron/releases/download/v2.4.0/Natron-2.4.0-Linux-64-no-installer.tar.xz</URL> <MD5>dc29db8d5dcf5fa140bcda5079609c5c</MD5> <SHA256>9de798fbd18abb0fb5b4907971ef6456c4bf12cef5e98744dd781da8f2eae322</SHA256> <FileName>Natron-2.4.0-Linux-64-no-installer.tar.xz</FileName> <FileSize>138272088</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://netactuate.dl.sourceforge.net/project/natron/Examples/Natron_2.3.12_Spaceship.zip, https://phoenixnap.dl.sourceforge.net/project/natron/Examples/Natron_2.3.12_Spaceship.zip, https://netcologne.dl.sourceforge.net/project/natron/Examples/Natron_2.3.12_Spaceship.zip</URL> <MD5>73420df1ccf7eb697d87b287fa8e44f4</MD5> <SHA256>ac9dd07388f911a6f2981cbf03e8b3612b17ec58d52aafc7400f4243a4f93314</SHA256> <FileName>Natron_2.3.12_Spaceship.zip</FileName> <FileSize>195484232</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/s h tar -xf Natron-2.4.0-Linux-64-no-installer.tar.xz unzip -o Natron_2.3.12_Spaceship.zip echo "#!/bin/bash cd Natron-2.4.0-Linux-64-no-installer ./Natron -b ~/\$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > natron chmod +x natron
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>WriteOIIO3 ==> Frame: 99, Progress: 100.0%, #_RESULT_# Fps, Time Remaining: 0 second</OutputTemplate> <LineHint>Frame: 99</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <TestInformation> <Title>Natron</Title> <AppVersion>2.4</AppVersion> <Description>Natron is an open-source, cross-platform compositing software for visual effects (VFX) and motion graphics.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>854</EnvironmentSize> <ProjectURL>https://natrongithub.github.io/</ProjectURL> <RepositoryURL>https://github.com/NatronGitHub/Natron</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>Spaceship</Name> <Value>Natron_2.3.12_Spaceship/Natron_project/Spaceship_Natron.ntp</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>