summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/fhourstones.xml
blob: dd1130d546988d8149e96c6c9997c6c39793c13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.1.0</Version>
		<TestType>Processor</TestType>
		<SoftwareType>Utility</SoftwareType>
		<License>FREE</License>
		<Status>VERIFIED</Status>
		<Maintainer>Michael Larabel</Maintainer>
		<EnvironmentSize>0.1</EnvironmentSize>
		<ProjectURL>http://homepages.cwi.nl/~tromp/c4/fhour.html</ProjectURL>
		<ExternalDependencies>build-utilities</ExternalDependencies>
		<UnsupportedPlatforms>Solaris</UnsupportedPlatforms>
	</TestProfile>
	<TestInformation>
		<Title>Fhourstones</Title>
		<Version>3.1</Version>
		<SubTitle>Complex Connect-4 Solving</SubTitle>
		<TimesToRun>3</TimesToRun>
		<Executable>fhourstones-benchmark</Executable>
		<ResultScale>Kpos / sec</ResultScale>
		<Proportion>HIB</Proportion>
		<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>
	</TestInformation>
</PhoronixTestSuite>