projects
/
model-checker-benchmarks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
69779fd
)
bench: send timings to stdout, not stderr
author
Brian Norris
<banorris@uci.edu>
Sat, 3 Nov 2012 02:37:20 +0000
(19:37 -0700)
committer
Brian Norris
<banorris@uci.edu>
Sat, 3 Nov 2012 02:37:20 +0000
(19:37 -0700)
bench.sh
patch
|
blob
|
history
diff --git
a/bench.sh
b/bench.sh
index
a42fee7
..
8337ab3
100755
(executable)
--- a/
bench.sh
+++ b/
bench.sh
@@
-37,7
+37,7
@@
function run_test {
echo "*******************************"
echo "Re-running test for timing data"
echo "*******************************"
echo "*******************************"
echo "Re-running test for timing data"
echo "*******************************"
-
time ${RUN} ${t} ${ARGS} > /dev/null
2>&1
+
(time ${RUN} ${t} ${ARGS} > /dev/null 2>&1)
2>&1
echo
echo "Test done; sleeping for a few seconds"
echo
echo
echo "Test done; sleeping for a few seconds"
echo