[Libreoffice-commits] core.git: bin/benchmark-document-loading

Tor Lillqvist tml at collabora.com
Fri Sep 20 02:42:03 PDT 2013


 bin/benchmark-document-loading |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit b62ef82b31a91d6877a27a96007cb2640d7d4d64
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Sep 19 20:23:40 2013 +0300

    Add usage example comment
    
    Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b

diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index 6147a2e..feb3a4a 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


More information about the Libreoffice-commits mailing list