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
FurMark 1.0.0
pts/furmark-1.0.0
- 29 February 2024 -
Initial commit now that there is a FurMark 2.1 Linux build...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://gpumagick.com/downloads/files/2024/furmark2/FurMark_2.1.0.2_linux64.zip</URL> <MD5>b431d63f8246fcbdc1f9785f189e2024</MD5> <SHA256>970cfadadcf73ade2995000cfec415babd7c537da660a64cf7faf5faa15a803e</SHA256> <FileName>FurMark_2.1.0.2_linux64.zip</FileName> <FileSize>13388342</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://gpumagick.com/downloads/files/2024/furmark2/FurMark_2.1.0.2_win64.zip</URL> <MD5>eaedce800b756b52e7eda5e93dac5828</MD5> <SHA256>2b4c204d2a78d2bd77e13249ee63ed9525c5d4ff0e755a080bb68507a7512a59</SHA256> <FileName>FurMark_2.1.0.2_win64.zip</FileName> <FileSize>28226554</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o FurMark_2.1.0.2_linux64.zip echo "#!/bin/sh cd FurMark_linux64 ./furmark \$@ > \$LOG_FILE 2>&1" > furmark chmod +x furmark
install_windows.sh
#!/bin/sh unzip -o FurMark_2.1.0.2_win64.zip echo "#!/bin/sh cd FurMark_win64/ ./furmark.exe \$@ > \$LOG_FILE" > furmark chmod +x furmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>- FPS (min/avg/max) : #_MIN_RESULT_# / #_RESULT_# / #_MAX_RESULT_#</OutputTemplate> <LineHint>FPS</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>FurMark</Title> <AppVersion>2.1</AppVersion> <Description>FurMark 2 is a cross-platform GPU stress test that can exercise both OpenGL and Vulkan drivers/GPUs. FurMark 2 is the successor to the original FurMark benchmark.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>30</EnvironmentSize> <ProjectURL>https://geeks3d.com/furmark/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--benchmark --fullscreen --no-score-box </Arguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>--width $VIDEO_WIDTH --height $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Demo</DisplayName> <Identifier>demo</Identifier> <ArgumentPrefix>--demo </ArgumentPrefix> <Menu> <Entry> <Name>FurMark OpenGL</Name> <Value>furmark-gl</Value> </Entry> <Entry> <Name>FurMark Vulkan</Name> <Value>furmark-vk</Value> </Entry> <Entry> <Name>FurMark Knot OpenGL</Name> <Value>furmark-knot-gl</Value> </Entry> <Entry> <Name>Furmark Knot Vulkan</Name> <Value>furmark-knot-vk</Value> </Entry> </Menu> </Option> <Option> <DisplayName>MSAA</DisplayName> <Identifier>msaa</Identifier> <ArgumentPrefix>--msaa </ArgumentPrefix> <Menu> <Entry> <Name>Off</Name> <Value>0</Value> </Entry> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>2</Name> <Value>2</Value> </Entry> <Entry> <Name>4</Name> <Value>4</Value> </Entry> <Entry> <Name>8</Name> <Value>8</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>