summaryrefslogtreecommitdiffstats
path: root/bench
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-01-22 14:59:54 -0500
committerTavian Barnes <tavianator@gmail.com>2011-01-22 14:59:54 -0500
commit954ba0fd3d882f6e3f3eb7e50d7bcd52cd184dc4 (patch)
tree61b4f512c4f4f623d746de0ac22325ea99018cfd /bench
parent952295e16a31f625e63e14900a4f42bf62aba51d (diff)
downloaddimension-954ba0fd3d882f6e3f3eb7e50d7bcd52cd184dc4.tar.xz
Don't hide Dimension output during benchmark.
Diffstat (limited to 'bench')
-rwxr-xr-xbench/dimension/render.sh4
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