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
Fhourstones 1.1.0
pts/fhourstones-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://homepages.cwi.nl/~tromp/c4/Fhourstones.tar.gz, ftp://ftp.uni-hannover.de/pub/mirror/bsd/FreeBSD/ports/distfiles/Fhourstones.tar.gz, ftp://ftp.es.freebsd.org/pub/FreeBSD/ports/distfiles/Fhourstones.tar.gz</URL> <MD5>020cc5476aba44e4abf343e63fd47fca</MD5> <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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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.0</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>