summaryrefslogtreecommitdiffstats
path: root/bin/benchmark-document-loading
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in codeAndrea Gelmini2020-09-261-2/+2
| | | | | | | | | It passed "make check" on Linux Change-Id: I3fb2bb8cfe22fd905a3badd2a90a9aef497bfcf7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103448 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Modernize benchmark-document-loading scriptArkadiy Illarionov2017-11-221-107/+83
| | | | | | | | | | | | - use argparse instead of getopt - use with statement for opening files - refactor writeReport function to reduce copypaste - various fixes to make code more pythonic Change-Id: I6569dfc856040e1e75b550135f4092cc27bef7f5 Reviewed-on: https://gerrit.libreoffice.org/43644 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* The --nofirststartwizard option is a no-opTor Lillqvist2015-03-291-1/+1
| | | | Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-161-1/+2
| | | | | | | ...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
* unxlng* is no moreDavid Tardon2013-12-071-1/+1
| | | | Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
* Edit comment: Running in a loop is not the relevant thingTor Lillqvist2013-10-211-2/+2
| | | | | | | | 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
* Drop bogus and unneeded os.makedirs() callTor Lillqvist2013-09-301-4/+0
| | | | | | | It is a (file:) URL anyway, and LO seems to take care of creating the directory as neded. Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa
* Set LIBO_ONEWAY_STABLE_ODF_EXPORTTor Lillqvist2013-09-301-0/+1
| | | | Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
* Add usage example commentTor Lillqvist2013-09-201-0/+6
| | | | Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
* Make the usage message even clearerTor Lillqvist2013-09-161-2/+2
| | | | | | | I have to check it myself every time, I never remember which parameters are URLs and which plain pathnames. Change-Id: If2c33ef62653f4675db6c6b0947a1630d5a7cb80
* Hack todo some benchmarkingTor Lillqvist2013-09-141-0/+506
Not really for general use yet. Just a hack on top of test-bugzilla-files.py. Change-Id: Iaac2c4b76e499988bc94056bf464bd230dabd9c1