Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
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
Novabench 1.0.0
pts/novabench-1.0.0
- 16 March 2019 -
Initial commit of Novabench PRO test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://novabench.com/files/novabench.msi</URL> <FileName>novabench.msi</FileName> <FileSize>97783808</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://novabench.com/files/novabench-linux.tar.gz</URL> <FileName>novabench-linux.tar.gz</FileName> <FileSize>7720977</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf novabench-linux.tar.gz echo "This test profile requires a Novabench PRO or Commercial license for command-line automation. Before running this test make sure you activate your Novabench PRO/Commercial installation. You can run the ./activate_license script within $HOME/novabench-linux-*." > ~/install-message echo "#!/bin/bash cd novabench-linux-4.0.0 ./novabench \$@ > \$LOG_FILE" > novabench chmod +x novabench
install_windows.sh
#!/bin/sh /cygdrive/c/Windows/system32/cmd.exe /c novabench.msi /cygdrive/c/Windows/system32/cmd.exe /c "C:\Program Files\Novawave\Novabench\NovabenchGUI.exe" echo "This test profile requires a Novabench PRO or Commercial license for command-line automation. Before running this test make sure you activate your Novabench PRO/Commercial installation." > ~/install-message echo "#!/bin/bash cd \"C:\Program Files\Novawave\Novabench\" ./novabench.exe \$@ > \$LOG_FILE" > novabench chmod +x novabench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>CPU Score: #_RESULT_#</OutputTemplate> <LineHint>CPU Score</LineHint> <ResultScale>CPU Score</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> <ResultsParser> <OutputTemplate>GPU Compute (GFLOPS): #_RESULT_#</OutputTemplate> <LineHint>GPU Compute</LineHint> <ResultScale>GFLOPS</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> <ResultsParser> <OutputTemplate>RAM Score: #_RESULT_#</OutputTemplate> <LineHint>RAM Score</LineHint> <ResultScale>RAM Score</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> <ResultsParser> <OutputTemplate>RAM Speed (MB/s): #_RESULT_#</OutputTemplate> <LineHint>RAM Speed</LineHint> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <TestInformation> <Title>Novabench</Title> <Description>This is a benchmark of Novabench. The test profile automates the execution of Novabench under the Phoronix Test Suite, assuming you have a valid license key for Novabench Pro or Novabench Commercial. This test will not work without a valid license key and activating Novabench.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>You must manually activate the Novabench binary with your account before this benchmark will work.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Windows, Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>188</EnvironmentSize> <ProjectURL>https://novabench.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments> </Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>CPU</Name> <Value>--test=cpu</Value> </Entry> <Entry> <Name>GPU</Name> <Value>--test=gpu</Value> </Entry> <Entry> <Name>RAM</Name> <Value>--test=ram</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>