Optimized version with C++. Runs much faster.
This commit is contained in:
parent
3fa044013a
commit
47730936de
6 changed files with 479 additions and 17 deletions
|
|
@ -72,7 +72,60 @@
|
|||
"Bash(DISPLAY=:0 timeout 4 ./vectorgons)",
|
||||
"Bash(python3 verify_smooth.py)",
|
||||
"Bash(convert smooth.ppm -crop 760x500+330+150 +repage -resize 200% smooth_zoom.png)",
|
||||
"Bash(python3 verify_gm.py)"
|
||||
"Bash(python3 verify_gm.py)",
|
||||
"Bash(sort -t: -k2 -u)",
|
||||
"Bash(awk -F: '{print $2}')",
|
||||
"Bash(sed -n '3659,3667p' vectorgons.c)",
|
||||
"Bash(sed -n '3868,3879p' vectorgons.c)",
|
||||
"Bash(echo \"build: $?\")",
|
||||
"Bash(python3 measure.py)",
|
||||
"Bash(convert hud.ppm -crop 260x150+840+10 +repage -resize 250% -gamma 1.4 hud2.png)",
|
||||
"Bash(convert hud.ppm -crop 320x170+1660+8 +repage -resize 220% hud3.png)",
|
||||
"Bash(awk '{print $5, $NF}')",
|
||||
"Bash(rm -f /tmp/vgtest/vg_meas* /tmp/vgtest/*.ppm /tmp/vgtest/hud*.png /tmp/vgtest/measure.py)",
|
||||
"Bash(awk 'NR>=2440 && NR<=2505 && /^static |^void |^int .*\\\\\\(|^[a-z].*\\\\{$/' vectorgons.c)",
|
||||
"Bash(awk 'NR<=2470 && /^[a-zA-Z].*\\\\\\(.*\\\\\\).*\\\\{?$/ {ln=NR; line=$0} END{}' vectorgons.c)",
|
||||
"Bash(awk -F: '$1<2503')",
|
||||
"Bash(sed -n '3691,3700p' vectorgons.c)",
|
||||
"Bash(sed -n '55,75p' vectorgons.c)",
|
||||
"Bash(sed -n '76,90p' vectorgons.c)",
|
||||
"Bash(sed -n '3700,3712p' vectorgons.c)",
|
||||
"Bash(cd *)",
|
||||
"Bash(python3 bench.py)",
|
||||
"Bash(python3 correct.py)",
|
||||
"Bash(convert corr.ppm -crop 1700x600+150+250 +repage -resize 46% corr2.png)",
|
||||
"Bash(DISPLAY=:0 timeout 5 wine vectorgons.exe)",
|
||||
"Bash(echo \"exit=$? \\(124=ran full duration, healthy\\)\")",
|
||||
"Bash(sed -n '/static void grab_scene/,/^}/p' vectorgons.c)",
|
||||
"Bash(sed -n '/ensure_scene_tex/,/^}/p' vectorgons.c)",
|
||||
"Bash(python3 bloom.py)",
|
||||
"Bash(convert bloom_on.ppm -resize 46% bon.png)",
|
||||
"Bash(convert bloom_off.ppm -resize 46% boff.png)",
|
||||
"Bash(python3 bloom2.py)",
|
||||
"Bash(convert b_on.ppm -resize 42% bon2.png)",
|
||||
"Bash(convert b_off.ppm -resize 42% boff2.png)",
|
||||
"Bash(convert b_on.ppm -resize 42% bon3.png)",
|
||||
"Bash(convert b_on.ppm -crop 460x460+700+320 +repage -resize 130% bl_bloom.png)",
|
||||
"Bash(convert b_off.ppm -crop 460x460+700+320 +repage -resize 130% bl_legacy.png)",
|
||||
"Bash(montage bl_bloom.png bl_legacy.png -tile 2x1 -geometry +4+4 -background gray20 -label '%f' compare.png)",
|
||||
"Bash(montage bl_bloom.png bl_legacy.png -tile 2x1 -geometry +4+4 compare.png)",
|
||||
"Bash(python3 bbench.py)",
|
||||
"Bash(awk '{print $5,$NF}')",
|
||||
"Bash(echo \"exit=$? \\(124=healthy\\)\")",
|
||||
"Bash(python3 -)",
|
||||
"Bash(python3 cull.py)",
|
||||
"Bash(convert cull_off.ppm -resize 42% cull_off.png)",
|
||||
"Bash(convert diff.png -resize 42% diff_s.png)",
|
||||
"Bash(compare -metric AE -fuzz 4% cull_on.ppm cull_off.ppm diff4.png)",
|
||||
"Bash(convert diff4.png -resize 42% diff4_s.png)",
|
||||
"Bash(compare -metric AE -fuzz 2% cull_on.ppm cull_off.ppm bdiff.png)",
|
||||
"Bash(convert bdiff.png -resize 40% bdiff_s.png)",
|
||||
"Bash(echo \"wine exit=$? \\(124=healthy\\)\")",
|
||||
"Bash(rm -f /tmp/vgtest/vg_*.c /tmp/vgtest/vg_c /tmp/vgtest/*.ppm /tmp/vgtest/*.png /tmp/vgtest/*.py)",
|
||||
"Bash(python3 glow.py)",
|
||||
"Bash(python3 dense.py)",
|
||||
"Bash(montage g_bloom.png g_legacy.png -tile 2x1 -geometry +2+2 g_cmp125.png)",
|
||||
"Bash(montage g_bloom.png g_legacy.png -tile 2x1 -geometry +2+2 g_cmp_fold.png)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue