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
Fhourstones 1.1.1
pts/fhourstones-1.1.1
- 18 March 2015 -
Update download links
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0m5 (Dedilovo)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Fhourstones.tar.gz</URL> <MD5>020cc5476aba44e4abf343e63fd47fca</MD5> <SHA256>3fcca1fc0685709024f4c738a5a9575ac62ca7867265348ab0f3651b1e60a599</SHA256> <FileSize>11396</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf Fhourstones.tar.gz make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status echo "#!/bin/sh ./SearchGame < inputs > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > fhourstones-benchmark chmod +x fhourstones-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0m5 (Dedilovo)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>1479113766 pos / 168441 msec = #_RESULT_# Kpos/sec</OutputTemplate> <LineHint>Kpos/sec</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.6.0m5 (Dedilovo)--> <PhoronixTestSuite> <TestInformation> <Title>Fhourstones</Title> <AppVersion>3.1</AppVersion> <Description>This integer benchmark solves positions in the game of connect-4, as played on a vertical 7x6 board. By default, it uses a 64Mb transposition table with the twobig replacement strategy. Positions are represented as 64-bit bitboards, and the hash function is computed using a single 64-bit modulo operation, giving 64-bit machines a slight edge. The alpha-beta searcher sorts moves dynamically based on the history heuristic.</Description> <ResultScale>Kpos / sec</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Complex Connect-4 Solving</SubTitle> <Executable>fhourstones-benchmark</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <ProjectURL>http://homepages.cwi.nl/~tromp/c4/fhour.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>