blob: 6d7b500d145bad4b0b778ba45af99af8775fb06c (
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
|
<PhoronixTestSuite>
<SuiteInformation>
<Version>1.0.0</Version>
<TestType>System</TestType>
<Title>Audio Encoding</Title>
<Maintainer>Michael Larabel</Maintainer>
<Description>This test suite consists of benchmarks that measure the amount of time needed to encode a sample WAV file to various audio formats. Among the formats are MP3, Ogg, and FLAC. This suite is good for testing the system's processor, memory, and overall system performance.</Description>
</SuiteInformation>
<RunTest>
<Test>encode-mp3</Test>
</RunTest>
<RunTest>
<Test>encode-ogg</Test>
</RunTest>
<RunTest>
<Test>encode-flac</Test>
</RunTest>
<RunTest>
<Test>encode-ape</Test>
</RunTest>
<RunTest>
<Test>encode-wavpack</Test>
</RunTest>
</PhoronixTestSuite>
|