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
NeatBench 1.0.4
pts/neatbench-1.0.4
- 23 May 2020 -
NeatVideo silently updated their binaries...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.neatvideo.com/nb/nv5/NeatBench5_Linux64.tgz</URL> <FileName>NeatBench5_Linux64.tgz</FileName> <FileSize>3951103</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.neatvideo.com/nb/nv5/NeatBench5_Win64.zip</URL> <FileName>NeatBench5_Win64.zip</FileName> <FileSize>5462498</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://www.neatvideo.com/nb/nv5/NeatBench5_OSX64.zip</URL> <FileName>NeatBench5_OSX64.zip</FileName> <FileSize>1687262</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf NeatBench5_Linux64.tgz echo "#!/bin/sh echo \"\n\" | ./NeatBench5 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > neatbench chmod +x neatbench
install_macosx.sh
#!/bin/sh unzip -o NeatBench5_OSX64.zip echo "#!/bin/sh echo \"\n\" | ./NeatBench5 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > neatbench chmod +x neatbench
install_windows.sh
#!/bin/sh unzip -o NeatBench5_Win64.zip chmod +x NeatBench5.exe echo "#!/bin/sh echo \"\n\" | ./NeatBench5.exe \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > neatbench chmod +x neatbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Best combination: CPU only (6 cores): #_RESULT_# frames/sec</OutputTemplate> <LineHint>Best combination</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>Best combination: GPU only (GeForce GTX 1080): #_RESULT_# frames/sec</OutputTemplate> <LineHint>Best combination</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>Best combination: CPU (7 cores) and GPU (GeForce GTX 1080): #_RESULT_# frames/sec</OutputTemplate> <LineHint>Best combination</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>Best combination: 6 cores: #_RESULT_# frames/secc</OutputTemplate> <LineHint>Best combination</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <TestInformation> <Title>NeatBench</Title> <AppVersion>5</AppVersion> <Description>NeatBench is a benchmark of the cross-platform Neat Video software on the CPU and optional GPU (OpenCL / CUDA) support.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.4</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>8</EnvironmentSize> <ProjectURL>https://www.neatvideo.com/download/neatbench</ProjectURL> <InternalTags>SMP, OpenCL, CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Acceleration</DisplayName> <Identifier>accel</Identifier> <Menu> <Entry> <Name>CPU</Name> <Value>cpu</Value> </Entry> <Entry> <Name>GPU</Name> <Value>gpu</Value> </Entry> <Entry> <Name>All (CPU + GPU)</Name> <Value>all</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>