summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-21 18:08:33 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-21 18:08:49 +0300
commit8494d22dc5ae18e986623b68219e51359af595a1 (patch)
treedf87824ce1b50ff69f137006b8a1f1ca49799607 /bin
parentd3850d770e4444d3a5db8045d5ab7030c8b01fb3 (diff)
Edit comment: Running in a loop is not the relevant thing
It was just somethinbg I did while I was working on the LIBO_ONEWAY_STABLE_ODF_EXPORT code, to afterwards then compare the output from several conversions. Change-Id: I23ec42520b9802a520160d5c8cb01d46712c9183
Diffstat (limited to 'bin')
-rw-r--r--bin/benchmark-document-loading4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index 5bba53e27522..f59ad7e76e2c 100644
--- a/bin/benchmark-document-loading
+++ b/bin/benchmark-document-loading
@@ -28,8 +28,8 @@
# Simple script to load a bunch of documents and export them as Flat ODF
#
-# Personally I run it using a loop like this:
-# while :; do ~/lo/master-suse/instdir/unxlngx6/program/python ~/lo/master-suse/bin/benchmark-document-loading --soffice=path:/home/tml/lo/master-suse/instdir/unxlngx6/program/soffice --outdir=file://$PWD/out --userdir=file:///tmp/test $PWD/docs; sleep 10; done
+# Personally I run it like this:
+# ~/lo/master-suse/instdir/unxlngx6/program/python ~/lo/master-suse/bin/benchmark-document-loading --soffice=path:/home/tml/lo/master-suse/instdir/unxlngx6/program/soffice --outdir=file://$PWD/out --userdir=file:///tmp/test $PWD/docs
#
import datetime