diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-01-22 14:59:54 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-01-22 14:59:54 -0500 |
commit | 954ba0fd3d882f6e3f3eb7e50d7bcd52cd184dc4 (patch) | |
tree | 61b4f512c4f4f623d746de0ac22325ea99018cfd /bench/dimension/render.sh | |
parent | 952295e16a31f625e63e14900a4f42bf62aba51d (diff) | |
download | dimension-954ba0fd3d882f6e3f3eb7e50d7bcd52cd184dc4.tar.xz |
Don't hide Dimension output during benchmark.
Diffstat (limited to 'bench/dimension/render.sh')
-rwxr-xr-x | bench/dimension/render.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/dimension/render.sh b/bench/dimension/render.sh index c5dbbc6..8efb1f5 100755 --- a/bench/dimension/render.sh +++ b/bench/dimension/render.sh @@ -20,6 +20,6 @@ ######################################################################### echo -e "Single-threaded" -time ${top_builddir}/dimension/dimension -w1920 -h1080 --quality=1 --threads=1 bench.pov >/dev/null +time ${top_builddir}/dimension/dimension -w1920 -h1080 --quality=1 --threads=1 bench.pov echo -e "\nMulti-threaded" -time ${top_builddir}/dimension/dimension -w1920 -h1080 --quality=1 bench.pov >/dev/null +time ${top_builddir}/dimension/dimension -w1920 -h1080 --quality=1 bench.pov |