Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
FAHBench 1.0.1
pts/fahbench-1.0.1
- 04 March 2018 -
Add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://github.com/fahbench/fahbench/releases/download/2.3.1/FAHBench-2.3.2-Linux.tar.gz</URL> <MD5>3e885b9fcd68bebab9928a866109aa02</MD5> <SHA256>1a5b81f57e25af557ebb25d2e8bfbeb1d2888384170e18871b7df930ac98c384</SHA256> <FileSize>25859180</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://github.com/pandegroup/fahbench/releases/download/2.3.1/FAHBench-2.3.1-win64.zip</URL> <MD5>d37a21376c1e06b3954dd9ed1ddf5046</MD5> <SHA256>9853e4a8ca8520801c77457bafc989f171106667fce0189b00643d0fa164d489</SHA256> <FileSize>33025488</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzvf FAHBench-2.3.2-Linux.tar.gz cd ~ echo "#!/bin/sh cd FAHBench-2.3.2-Linux/bin ./FAHBench-cmd \$@ > \$LOG_FILE 2> /dev/null echo \$? > ~/test-exit-status" > fahbench chmod +x fahbench
install_windows.sh
#!/bin/sh unzip -o FAHBench-2.3.1-win64.zip echo "#!/bin/sh cd FAHBench-2.3.1-win64 ./FAHBench-cmd.exe \$@ > \$LOG_FILE" > fahbench chmod +x fahbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Final score: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>FAHBench</Title> <AppVersion>2.3.2</AppVersion> <Description>FAHBench is a Folding@Home benchmark on the GPU.</Description> <ResultScale>Ns Per Day</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>opencl</ExternalDependencies> <EnvironmentSize>172</EnvironmentSize> <ProjectURL>http://fahbench.github.io/</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>