blob: 32f04e3099f70a0b73e34efc7288f6fa4f79b545 (
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
56
57
58
59
60
61
62
63
64
65
66
67
|
<PhoronixTestSuite>
<TestProfile>
<Version>1.1.0</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>FREE</License>
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<EnvironmentSize>746</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
<ProjectURL>http://www.nexuiz.com/</ProjectURL>
<ExternalDependencies>build-utilities</ExternalDependencies>
<UnsupportedPlatforms>Solaris</UnsupportedPlatforms>
</TestProfile>
<TestInformation>
<Title>Nexuiz</Title>
<Version>2.4.2</Version>
<TimesToRun>3</TimesToRun>
<ResultScale>Frames Per Second</ResultScale>
<Proportion>HIB</Proportion>
<Description>This is a benchmark of Nexuiz, a popular open-source first-person shooter. This game uses the DarkPlaces engine, which is a largely modified version of the Quake engine with extra features such as High Dynamic Range rendering and OpenGL 2.0 shaders.</Description>
</TestInformation>
<TestSettings>
<Default>
<Arguments>-nohome -benchmark demos/demo1</Arguments>
</Default>
<Option>
<DisplayName>Resolution</DisplayName>
<Identifier>auto-resolution</Identifier>
<Menu>
<Entry>
<Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name>
<Value>+vid_width $VIDEO_WIDTH +vid_height $VIDEO_HEIGHT</Value>
</Entry>
</Menu>
</Option>
<Option>
<DisplayName>HDR</DisplayName>
<Identifier>hdr-rendering</Identifier>
<ArgumentPrefix>+r_hdr </ArgumentPrefix>
<Menu>
<Entry>
<Name>Yes</Name>
<Value>1</Value>
</Entry>
<Entry>
<Name>No</Name>
<Value>0</Value>
</Entry>
</Menu>
</Option>
<Option>
<DisplayName>Sound</DisplayName>
<Identifier>play-sound</Identifier>
<Menu>
<Entry>
<Name>On</Name>
<Value></Value>
</Entry>
<Entry>
<Name>Off</Name>
<Value>-nosound</Value>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>
|