blob: f280af63909290bd5f47d591e6d9b88f35eb3b20 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<PhoronixTestSuite>
<TestProfile>
<Version>1.0.3</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>NON-FREE</License>
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
<ProjectURL>http://www.doom3.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Doom 3</Title>
<Version>1.3.1</Version>
<TimesToRun>3</TimesToRun>
<ResultScale>Frames Per Second</ResultScale>
<Proportion>HIB</Proportion>
<Description>This test calculates the average frame-rate within the Doom 3 game from id Software.</Description>
</TestInformation>
<TestSettings>
<Default>
<Arguments>+exec doom3-pts.cfg +set sys_VideoRam $VIDEO_MEMORY +set r_mode -1 +timedemoquit demo1</Arguments>
<PossiblePaths></PossiblePaths>
</Default>
<Option>
<DisplayName>Resolution</DisplayName>
<Identifier>auto-resolution</Identifier>
<Menu>
<Entry>
<Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name>
<Value>+set r_customWidth $VIDEO_WIDTH +set r_customHeight $VIDEO_HEIGHT</Value>
</Entry>
</Menu>
</Option>
<Option>
<DisplayName>Quality</DisplayName>
<Identifier>game-quality</Identifier>
<ArgumentName>+set com_machineSpec </ArgumentName>
<Menu>
<Entry>
<Name>Low</Name>
<Value>0</Value>
</Entry>
<Entry>
<Name>High</Name>
<Value>2</Value>
</Entry>
<Entry>
<Name>Ultra</Name>
<Value>3</Value>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>
|