forked from phoronix-test-suite/test-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pts/video-encoding-1.3.2: Set BATCH mode for SVT-HEVC.
- Loading branch information
1 parent
35f6bf1
commit 02c6781
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0"?> | ||
<!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> | ||
<PhoronixTestSuite> | ||
<SuiteInformation> | ||
<Title>Video Encoding</Title> | ||
<Version>1.3.2</Version> | ||
<TestType>System</TestType> | ||
<Description>This test suite consists of video encoding tests. This suite is good for testing the system's processor, memory, and overall system performance.</Description> | ||
<Maintainer>Michael Larabel</Maintainer> | ||
</SuiteInformation> | ||
<Execute> | ||
<Test>pts/svt-vp9</Test> | ||
<Mode>BATCH</Mode> | ||
</Execute> | ||
<Execute> | ||
<Test>pts/svt-hevc</Test> | ||
<Mode>BATCH</Mode> | ||
</Execute> | ||
<Execute> | ||
<Test>pts/x264</Test> | ||
<Arguments></Arguments> | ||
<Description></Description> | ||
<OverrideTestOptions></OverrideTestOptions> | ||
</Execute> | ||
<Execute> | ||
<Test>pts/x265</Test> | ||
<Mode>BATCH</Mode> | ||
</Execute> | ||
<Execute> | ||
<Test>pts/kvazaar</Test> | ||
<Mode>BATCH</Mode> | ||
</Execute> | ||
<Execute> | ||
<Test>pts/ffmpeg</Test> | ||
<Mode>BATCH</Mode> | ||
</Execute> | ||
<Execute> | ||
<Test>pts/vpxenc</Test> | ||
<Mode>BATCH</Mode> | ||
</Execute> | ||
<Execute> | ||
<Test>pts/av1</Test> | ||
</Execute> | ||
</PhoronixTestSuite> |