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
GPUScore: Breaking Limit 1.0.1
pts/breaking-limit-1.0.1
- 16 July 2024 -
Set TestType to Graphics rather than System.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <FileName>amd64_ubuntu20_amd64_launcher_breakinglimit_corporate_1.0.0.tar.gz</FileName> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <FileName>x64_windows_x64_launcher_breakinglimit_corporate_1.0.0.zip</FileName> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf amd64_ubuntu20_amd64_launcher_breakinglimit_corporate_1.0.0.tar.gz echo "<?php \$result = file_get_contents(\$argv[1]); \$json = json_decode(\$result, TRUE); echo 'AVERAGE FPS: ' . \$json['result']['averageFPS'] . PHP_EOL; echo 'MINIMUM FPS: ' . \$json['result']['minFPS'] . PHP_EOL; echo 'MAXIMUM FPS: ' . \$json['result']['maxFPS'] . PHP_EOL; echo '---- GPU FRAMES ----' . PHP_EOL; //echo implode(' ', \$json['frames']['frameTimes']);" > linux-unpacked/resources/binaries/parser.php echo "#!/bin/bash cd linux-unpacked/resources/binaries ./GPUScoreVulkan TestType custom BenchmarkMode true Fullscreen true ReportPath output.json \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status \$PHP_BIN parser.php output.json > \$LOG_FILE" > breaking-limit chmod +x breaking-limit
install_windows.sh
#!/bin/sh unzip -o x64_windows_x64_launcher_breakinglimit_corporate_1.0.0.zip echo "<?php \$result = file_get_contents(\$argv[1]); \$json = json_decode(\$result, TRUE); echo 'AVERAGE FPS: ' . \$json['result']['averageFPS'] . PHP_EOL; echo 'MINIMUM FPS: ' . \$json['result']['minFPS'] . PHP_EOL; echo 'MAXIMUM FPS: ' . \$json['result']['maxFPS'] . PHP_EOL; echo '---- GPU FRAMES ----' . PHP_EOL; //echo implode(' ', \$json['frames']['frameTimes']);" > win-unpacked/resources/binaries/parser.php echo "#!/bin/bash cd win-unpacked/resources/binaries/ ./GPUScoreVulkan.exe TestType custom BenchmarkMode true Fullscreen true ReportPath output.json \$@ > \$LOG_FILE 2>&1 \$PHP_BIN parser.php output.json > \$LOG_FILE" > breaking-limit chmod +x breaking-limit
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>AVERAGE FPS: #_RESULT_# MINIMUM FPS: #_MIN_RESULT_# MAXIMUM FPS: #_MAX_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>GPUScore: Breaking Limit</Title> <AppVersion>1.0</AppVersion> <Description>This is a benchmark of Basemark's GPUScore: Breaking Limit cross-platform Vulkan ray-tracing benchmark. For this test profile to work, you must have a valid license/copy of the corporate version of Breaking Limit in your Phoronix Test Suite download cache. This test profile simply automates the execution of Breaking Limit and you must already have acquired the the Windows .zip or Linux .tar.gz in the download cache of the Breaking Limit benchmark.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>This test will only work if you have a valid copy of the Breaking Limit corporate benchmark program on your system. The free version of the Breaking Limit benchmark will not work as it doesn't support command line controls.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>3100</EnvironmentSize> <ProjectURL>https://www.gpuscore.com/benchmarks/gpuscore/breaking-limit/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value> WindowResolution $VIDEO_WIDTHx$VIDEO_HEIGHT RenderResolution $VIDEO_WIDTHx$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Ray-Tracing</DisplayName> <Identifier>rt</Identifier> <Menu> <Entry> <Name>On</Name> <Value>DisableRaytracing false</Value> </Entry> <Entry> <Name>Off</Name> <Value>DisableRaytracing true</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>