Benchmark: benchmarks\1\benchmarks.list
linear-smooth.yaml
1 - type: gradient 2 bounds: 0 0 1920 1080 3 start: 0 0 4 end: 1920 0 5 stops: [0.0, red, 6 0.25, green, 7 0.5, blue, 8 1.0, [100,200,50,1]]
linear-hardstop.yaml.png
1 - type: gradient 2 bounds: 0 0 1920 1080 3 start: 0 0 4 end: 1920 0 5 stops: [0.0, red, 0.25, red, 6 0.25, green, 0.5, green, 7 0.5, blue, 0.75, blue, 8 0.75, [100,200,50,1], 1.0, [100,200,50,1]]
aligned-gradient.yaml.png
1 bounds: [ 0, 0, 1980, 1080] 2 start: [ 0, -2000 ] 3 end: [ 0, 4000 ] 4 stops: [ 0.0, red, 1.0, green ] 5 repeat: false 6 - type: gradient 7 bounds: [ 0, 0, 1980, 1080] 8 start: [ 0, -2000 ]
unaligned-gradient.yaml.png
1 bounds: [ 0, 0, 1980, 1080] 2 start: [ 0, -2000 ] 3 end: [ 1, 4000 ] 4 stops: [ 0.0, red, 1.0, green ] 5 repeat: false 6 - type: gradient 7 bounds: [ 0, 0, 1980, 1080] 8 start: [ 0, -2000 ]
First batch; five runs on wrench, each with --warmup_frames 10 --sample_count 100.
Second batch; five runs on wrench, each with --warmup_frames 10 --sample_count 100.
.