diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-07-17 15:51:52 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-07-17 15:51:52 -0400 |
commit | 1a3cfa4851515cc9f728d63d5719dba1a04192a5 (patch) | |
tree | 887d92866e6834f6c9d15b26d156e3523509ec2d /pts/test-suites | |
parent | 3367709252d4c6d41aba7d5a2ea09cbdc5c799af (diff) | |
download | phoronix-test-suite-upstream-1a3cfa4851515cc9f728d63d5719dba1a04192a5.tar.gz phoronix-test-suite-upstream-1a3cfa4851515cc9f728d63d5719dba1a04192a5.tar.xz phoronix-test-suite-upstream-1a3cfa4851515cc9f728d63d5719dba1a04192a5.zip |
pts: Add OpenGL workstation test suite (opengl-workstation)
Diffstat (limited to 'pts/test-suites')
-rw-r--r-- | pts/test-suites/opengl-workstation.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pts/test-suites/opengl-workstation.xml b/pts/test-suites/opengl-workstation.xml new file mode 100644 index 0000000..68712a7 --- /dev/null +++ b/pts/test-suites/opengl-workstation.xml @@ -0,0 +1,29 @@ +<PhoronixTestSuite> + <SuiteInformation> + <Version>1.0.0</Version> + <TestType>System</TestType> + <Title>OpenGL Workstation Test Suite</Title> + <Maintainer>Michael Larabel</Maintainer> + <Description>The OpenGL Workstation Test Suite consists of OpenGL-powered workstation tests, such as SPECViewPerf.</Description> + </SuiteInformation> + <RunTest> + <Test>specviewperf9</Test> + <Arguments>3dsmax</Arguments> + <Description>3DS Max</Description> + </RunTest> + <RunTest> + <Test>specviewperf9</Test> + <Arguments>ensight-03</Arguments> + <Description>Ensight</Description> + </RunTest> + <RunTest> + <Test>specviewperf9</Test> + <Arguments>proe-04</Arguments> + <Description>PRO Engineer</Description> + </RunTest> + <RunTest> + <Test>specviewperf10</Test> + <Arguments>maya</Arguments> + <Description>Maya</Description> + </RunTest> +</PhoronixTestSuite> |