summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-06 19:57:58 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-06 19:57:58 +1200
commit89288ce0fe5c56eb0476a1518a9f06fa375225aa (patch)
tree927f4e95a88c6df17040956c7961a0ee96a3e270
parentd752b8f04f939d7f9c307cca08a68197a40ebab7 (diff)
downloadobnam-89288ce0fe5c56eb0476a1518a9f06fa375225aa.tar.gz
Run viewprof from $PATH, since it is now in extrautils.
-rwxr-xr-xrun-benchmark4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-benchmark b/run-benchmark
index bb14f60e..2fe9c14f 100755
--- a/run-benchmark
+++ b/run-benchmark
@@ -76,9 +76,9 @@ do
PYTHONPATH=$BTREE_BRANCH $OBNAM_BRANCH/obnam \
--log $basename-\$GEN.log --store \$STORE backup \$DATA && \
cp obnam.prof $basename-\$GEN.prof && \
- $(pwd)/viewprof obnam.prof cumulative \
+ viewprof obnam.prof cumulative \
> $basename-\$GEN-cumulative.txt && \
- $(pwd)/viewprof obnam.prof time \
+ viewprof obnam.prof time \
> $basename-\$GEN-time.txt && \
rm -f obnam.prof \
" \