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
GpuTest 1.3.0
pts/gputest-1.3.0
- 23 March 2014 -
Update against upstream GpuTest 0.7.0.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/GpuTest_Linux_x64_0.7.0.zip</URL> <MD5>54bdaa11c73fa08f2e0a47d639f4bdb8</MD5> <SHA256>a6cbddfb40dc203735d63bc9609b24abde8613fbb649d0ef7d0d4515842ba263</SHA256> <FileSize>2083164</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/GpuTest_Windows_x64_0.7.0.zip</URL> <MD5>cad82dff40b3613672d35dd6524b5d9a</MD5> <SHA256>f88b98ac2fe11da92bd291eda898b248aee37d9f4e2bcfc29dd2d335d2ac79ef</SHA256> <FileSize>2103678</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o GpuTest_Linux_x64_0.7.0.zip cd GpuTest_Linux_x64_0.7.0 chmod +x GpuTest cd ~ echo "#!/bin/sh cd GpuTest_Linux_x64_0.7.0 rm -f _geeks3d_gputest_log.txt ./GpuTest \$@ cat _geeks3d_gputest_log.txt > \$LOG_FILE" > gputest chmod +x gputest
install_windows.sh
#!/bin/sh unzip -o GpuTest_Windows_x64_0.7.0.zip echo "#!/bin/sh cd GpuTest_Windows_x64_0.7.0 rm -f _geeks3d_gputest_log.txt GpuTest.exe \$@ cat _geeks3d_gputest_log.txt > \$LOG_FILE" > gputest chmod +x gputest
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0 (Plavsk)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>2013:05:11@14:11:37, ID=23 >> [Benchmark_Score] - module: PixMark Volplosion - Score: #_RESULT_# points (1920x1080 fullscreen, duration:60000 ms).</OutputTemplate> <LineHint>Score:</LineHint> <ResultBeforeString>points</ResultBeforeString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0 (Plavsk)--> <PhoronixTestSuite> <TestInformation> <Title>GpuTest</Title> <AppVersion>0.7.0</AppVersion> <Description>GpuTest is a cross-platform OpenGL benchmark developed at Geeks3D.com that offers tech demos such as FurMark, TessMark, and other workloads to stress various areas of GPUs and drivers.</Description> <ResultScale>Points</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>3</EnvironmentSize> <ProjectURL>http://www.geeks3d.com/gputest/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>/fullscreen /benchmark /no_scorebox /disable_opengl_support_check</Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix>/test=</ArgumentPrefix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Furmark</Name> <Value>fur</Value> </Entry> <Entry> <Name>TessMark</Name> <Value>tess_x64</Value> </Entry> <Entry> <Name>GiMark</Name> <Value>gi</Value> </Entry> <Entry> <Name>Pixmark Piano</Name> <Value>pixmark_piano</Value> </Entry> <Entry> <Name>Pixmark Volplosion</Name> <Value>pixmark_volplosion</Value> </Entry> <Entry> <Name>Triangle</Name> <Value>triangle</Value> </Entry> <Entry> <Name>Plot3D</Name> <Value>plot3d</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>/width=$VIDEO_WIDTH /height=$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>