summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-19 20:23:40 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-20 12:41:21 +0300
commitb62ef82b31a91d6877a27a96007cb2640d7d4d64 (patch)
treed22e34b1a05fe915f6a65232586f63762b9d8ac3 /bin
parent7cf091765aa74cd7856c4340eb019155ab6639c3 (diff)
Add usage example comment
Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
Diffstat (limited to 'bin')
-rw-r--r--bin/benchmark-document-loading6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index 6147a2e5508f..feb3a4a05563 100644
--- a/bin/benchmark-document-loading
+++ b/bin/benchmark-document-loading
@@ -26,6 +26,12 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
+# 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
+#
+
import datetime
import getopt
import os