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

Tor Lillqvist tml at collabora.com
Mon Oct 21 08:10:28 PDT 2013


 bin/benchmark-document-loading |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8494d22dc5ae18e986623b68219e51359af595a1
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Oct 21 18:08:33 2013 +0300

    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

diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index 5bba53e..f59ad7e 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


More information about the Libreoffice-commits mailing list