summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/fhourstones.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-18 21:28:43 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-18 21:28:43 -0400
commit1a9052c6c940bbc206e1755a85e169082a0bbd79 (patch)
treef5ef92b57445f845ed36ee0408312eed733edee6 /pts/test-profiles/fhourstones.xml
parent4e0074804e10dce573447791bed9ab74ed68e1cc (diff)
downloadphoronix-test-suite-upstream-1a9052c6c940bbc206e1755a85e169082a0bbd79.tar.gz
phoronix-test-suite-upstream-1a9052c6c940bbc206e1755a85e169082a0bbd79.tar.xz
phoronix-test-suite-upstream-1a9052c6c940bbc206e1755a85e169082a0bbd79.zip
pts-core: Move ExternalDependencies tag location from TestInformation to
Test Profile block (This breaks compatibility with earlier test profiles!) pts: Update the location of the ExternalDependencies tag in all relevant test profiles
Diffstat (limited to 'pts/test-profiles/fhourstones.xml')
-rw-r--r--pts/test-profiles/fhourstones.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-profiles/fhourstones.xml b/pts/test-profiles/fhourstones.xml
index 2e37e6f..dd1130d 100644
--- a/pts/test-profiles/fhourstones.xml
+++ b/pts/test-profiles/fhourstones.xml
@@ -8,6 +8,7 @@
<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>
@@ -19,6 +20,5 @@
<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>
- <ExternalDependencies>build-utilities</ExternalDependencies>
</TestInformation>
</PhoronixTestSuite>