Commit 0428618
authored
testing: Cut render-* test resolution in half to speed up testing (#2131)
The time it takes to run a full testsuite was slowly creeping up to an
inconvenient time on CI. The most expensive test are the `render-*`
tests. Cut all of their resolutions in half to speed up CI runs.
Update a lot of reference images.
But after updating the ref images we need to fully pass CI (and pass
on my work machine and my personal laptop), I could see that there
were a number of `testsuite/render-*/ref/*.exr` files that did NOT
get updated in this process -- we must conclude that they are old
references that are no longer needed, so I deleted them.
I also noticed that testsuite/render-material-layer had no ref images
updated, and some git investigation reveals that this test that was
added in 2017 was NEVER in testing.cmake and thus never ran in CI
at all. So just remove it.
Signed-off-by: Larry Gritz <lg@larrygritz.com>1 parent 45ae428 commit 0428618
108 files changed
Lines changed: 28 additions & 536 deletions
File tree
- src/cmake
- testsuite
- render-background
- ref
- render-bumptest
- ref
- render-bunny
- ref
- render-cornell
- ref
- render-displacement
- ref
- render-furnace-diffuse
- ref
- render-material-layer
- ref
- render-microfacet
- ref
- render-mx-anisotropic-vdf
- ref
- render-mx-burley-diffuse
- ref
- render-mx-conductor
- ref
- render-mx-dielectric-glass
- ref
- render-mx-dielectric
- ref
- render-mx-furnace-burley-diffuse
- ref
- render-mx-furnace-oren-nayar
- ref
- render-mx-furnace-sheen
- ref
- render-mx-generalized-schlick-glass
- ref
- render-mx-generalized-schlick
- ref
- render-mx-layer
- ref
- render-mx-medium-vdf-glass
- ref
- render-mx-medium-vdf
- ref
- render-mx-sheen
- ref
- render-oren-nayar
- ref
- render-raytypes
- ref
- render-spi-thinlayer
- ref
- render-uv
- ref
- render-veachmis
- ref
- render-ward
- ref
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
Binary file not shown.
0 commit comments