Skip to content

Commit

Permalink
pts/vulkan-rt-1.0.0: A collection of test profiles for benchmarking V…
Browse files Browse the repository at this point in the history
…ulkan ray-tracing.
  • Loading branch information
Michael Larabel authored and michaellarabel committed Mar 26, 2022
1 parent 9a3796e commit f3103f6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions pts/vulkan-rt-1.0.0/suite-definition.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.2.2-->
<PhoronixTestSuite>
<SuiteInformation>
<Title>Vulkan Ray-Tracing</Title>
<Version>1.0.0</Version>
<TestType>Graphics</TestType>
<Description>A collection of test profiles that exercise Vulkan ray-tracing (RT) extensions.</Description>
<Maintainer>Michael Larabel</Maintainer>
</SuiteInformation>
<Execute>
<Test>pts/rtiv</Test>
<Arguments>--width $VIDEO_WIDTH --height $VIDEO_HEIGHT --scene 1</Arguments>
<Description>Resolution: $VIDEO_WIDTH x $VIDEO_HEIGHT - Scene: Ray Tracing In One Weekend</Description>
</Execute>
<Execute>
<Test>pts/rtiv</Test>
<Arguments>--width $VIDEO_WIDTH --height $VIDEO_HEIGHT --scene 2</Arguments>
<Description>Resolution: $VIDEO_WIDTH x $VIDEO_HEIGHT - Scene: Planets In One Weekend</Description>
</Execute>
<Execute>
<Test>pts/rtiv</Test>
<Arguments>--width $VIDEO_WIDTH --height $VIDEO_HEIGHT --scene 3</Arguments>
<Description>Resolution: $VIDEO_WIDTH x $VIDEO_HEIGHT - Scene: Lucy In One Weekend</Description>
</Execute>
<Execute>
<Test>pts/rtiv</Test>
<Arguments>--width $VIDEO_WIDTH --height $VIDEO_HEIGHT --scene 4</Arguments>
<Description>Resolution: $VIDEO_WIDTH x $VIDEO_HEIGHT - Scene: Cornell Box</Description>
</Execute>
<Execute>
<Test>pts/rtiv</Test>
<Arguments>--width $VIDEO_WIDTH --height $VIDEO_HEIGHT --scene 5</Arguments>
<Description>Resolution: $VIDEO_WIDTH x $VIDEO_HEIGHT - Scene: Cornell Box + Lucy</Description>
</Execute>
<Execute>
<Test>pts/geexlab-rt</Test>
<Arguments>/width=$VIDEO_WIDTH /height=$VIDEO_HEIGHT</Arguments>
<Description>Resolution: $VIDEO_WIDTH x $VIDEO_HEIGHT</Description>
</Execute>
</PhoronixTestSuite>

0 comments on commit f3103f6

Please sign in to comment.