summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-06-19 11:04:29 +1200
committerLars Wirzenius <liw@liw.fi>2010-06-19 11:04:29 +1200
commit65308d7e80378496a7c23aaa7d5b10e50faa1bd4 (patch)
tree6d768d1584e79ce88f3b1211a4791147c9ff16fc
parent69029f337a761958ce21878648464dea575c1016 (diff)
downloadobnam-65308d7e80378496a7c23aaa7d5b10e50faa1bd4.tar.gz
Do not run seivot report, but do save log file.
The report graphs are not useful at this time, and can be re-generated at any point from the .seivot files.
-rwxr-xr-xrun-benchmark4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-benchmark b/run-benchmark
index 2dd94e58..c321c1ce 100755
--- a/run-benchmark
+++ b/run-benchmark
@@ -74,7 +74,7 @@ do
--generations=$GENERATIONS \
--fullcmd="env OBNAM_PROFILE=obnam.prof \
PYTHONPATH=$BTREE_BRANCH $OBNAM_BRANCH/obnam \
- --log /dev/null --store \$STORE backup \$DATA && \
+ --log $basename-\$GEN.log --store \$STORE backup \$DATA && \
cp obnam.prof $basename-\$GEN.prof && \
$(pwd)/viewprof obnam.prof cumulative \
> $basename-\$GEN-cumulative.txt && \
@@ -83,5 +83,5 @@ do
rm -f obnam.prof \
" \
measure
- $SEIVOT report --output="$basename.png" "$data"
+# $SEIVOT report --output="$basename.png" "$data"
done