summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/test-suites/ray-tracing.xml15
2 files changed, 16 insertions, 0 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index ffb1fd6..8bc038e 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -19,6 +19,7 @@ Phoronix Test Suite
- pts: Add idle test profile, which just idles the system for the specified amount of time in minutes (mostly if you want to use another module for that amount of time or do system monitoring)
- pts: Mixup with memory -> pcqs-memory. Now a PCQS memory test suite and revert the memory test suite changes
- pts: Add a basic netbook test suite with trying to do some netbook tests that aren't so much desktop-hungry
+- pts: Add a ray-tracing test suite of ray-tracing tests
- system_monitor: V3_POWER -> V3_VOLTAGE (Reported by Marox)
- gpu_error_counter: A module that monitors the graphics card to see if any errors occurred during testing, and then report any errors on exit
diff --git a/pts/test-suites/ray-tracing.xml b/pts/test-suites/ray-tracing.xml
new file mode 100644
index 0000000..349c144
--- /dev/null
+++ b/pts/test-suites/ray-tracing.xml
@@ -0,0 +1,15 @@
+<PhoronixTestSuite>
+ <SuiteInformation>
+ <Version>1.0.0</Version>
+ <TestType>System</TestType>
+ <Title>Ray-Tracing Test Suite</Title>
+ <Maintainer>Michael Larabel</Maintainer>
+ <Description>This test suite contains tests that use ray-tracing for image/graphics generation.</Description>
+ </SuiteInformation>
+ <RunTest>
+ <Test>sunflow</Test>
+ </RunTest>
+ <RunTest>
+ <Test>yafray</Test>
+ </RunTest>
+</PhoronixTestSuite>