Skip to content

Commit 45627e3

Browse files
committed
testing: reduce sampling on volume tests to make them faster
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent bdab367 commit 45627e3

13 files changed

Lines changed: 8 additions & 3 deletions

File tree

8.18 KB
Binary file not shown.
-137 KB
Binary file not shown.
2.6 KB
Binary file not shown.

testsuite/render-mx-anisotropic-vdf/ref/out.exr

100755100644
2.66 KB
Binary file not shown.

testsuite/render-mx-anisotropic-vdf/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
failthresh = 0.01
88
failpercent = 1
9+
allowfailures = 5
10+
911
outputs = [ "out.exr" ]
10-
command = testrender("-v -r 196 196 -aa 64 scene.xml out.exr")
12+
command = testrender("-v -r 196 196 -aa 32 scene.xml out.exr")
18.2 KB
Binary file not shown.
-156 KB
Binary file not shown.

testsuite/render-mx-medium-vdf-glass/ref/out.exr

100755100644
7.06 KB
Binary file not shown.

testsuite/render-mx-medium-vdf-glass/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
failthresh = 0.01
88
failpercent = 1
9+
allowfailures = 5
10+
911
outputs = [ "out.exr" ]
10-
command = testrender("-r 196 196 -aa 32 scene.xml out.exr")
12+
command = testrender("-r 196 196 -aa 16 scene.xml out.exr")

testsuite/render-mx-medium-vdf/ref/out-linux-alt.exr

100755100644
506 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)