blob: 553d7eb8f8ff08e5efb94770a79eab4c035c3ff7 (
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
|
<PhoronixTestSuite>
<TestProfile>
<Version>1.1.0</Version>
<TestType>Memory</TestType>
<SoftwareType>Utility</SoftwareType>
<License>FREE</License>
<Status>VERIFIED</Status>
<Maintainer>Michael Larabel</Maintainer>
<EnvironmentSize>0.05</EnvironmentSize>
<UnsupportedPlatforms>MacOSX, Solaris</UnsupportedPlatforms>
</TestProfile>
<TestInformation>
<Title>Bandwidth</Title>
<Version>0.13</Version>
<TimesToRun>2</TimesToRun>
<ResultScale>MB/s</ResultScale>
<Proportion>HIB</Proportion>
<Description>This benchmark tests the system memory (RAM) and CPU Level 2 cache performance.</Description>
<ExternalDependencies>build-utilities</ExternalDependencies>
</TestInformation>
<TestSettings>
<Option>
<DisplayName>Memory Test</DisplayName>
<Identifier>memory-test</Identifier>
<ArgumentPrefix>TEST_</ArgumentPrefix>
<Menu>
<Entry>
<Name>L2 Cache Sequential Read</Name>
<Value>L2READ</Value>
</Entry>
<Entry>
<Name>L2 Cache Sequential Write</Name>
<Value>L2WRITE</Value>
</Entry>
<Entry>
<Name>RAM Sequential Read</Name>
<Value>READ</Value>
</Entry>
<Entry>
<Name>RAM Sequential Write</Name>
<Value>WRITE</Value>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>
|