summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/memory.xml
blob: c490190e0d8f633e0b777a31fcdc09b93b5ef074 (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
<PhoronixTestSuite>
	<SuiteInformation>
		<Version>1.0.1</Version>
		<TestType>Memory</TestType>
		<Title>Memory Test Suite</Title>
		<Maintainer>Michael Larabel</Maintainer>
		<Description>The system memory test suite consists of tests designed to test the computer's system memory (RAM) performance. Among these tests are RAMspeed and Bandwidth.</Description>
	</SuiteInformation>
	<RunTest>
		<Test>ramspeed</Test>
		<Arguments>ADD -b 3 -l 10</Arguments>
		<Description>Integer Add</Description>
	</RunTest>
	<RunTest>
		<Test>ramspeed</Test>
		<Arguments>COPY -b 3 -l 10</Arguments>
		<Description>Integer Copy</Description>
	</RunTest>
	<RunTest>
		<Test>ramspeed</Test>
		<Arguments>SCALE -b 3 -l 10</Arguments>
		<Description>Integer Scale</Description>
	</RunTest>
	<RunTest>
		<Test>ramspeed</Test>
		<Arguments>ADD -b 6 -l 10</Arguments>
		<Description>Floating-Point Add</Description>
	</RunTest>
	<RunTest>
		<Test>memory-bandwidth</Test>
		<Arguments>TEST_READ</Arguments>
		<Description>RAM Sequential Read</Description>
	</RunTest>
</PhoronixTestSuite>