/fa_IR/

-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/benchmark-document-loading
AgeCommit message (Collapse)Author
2017-11-22Modernize benchmark-document-loading scriptArkadiy Illarionov
- 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>
2015-03-29The --nofirststartwizard option is a no-opTor Lillqvist
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2013-12-07unxlng* is no moreDavid Tardon
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
2013-10-21Edit comment: Running in a loop is not the relevant thingTor Lillqvist
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
2013-09-30Drop bogus and unneeded os.makedirs() callTor Lillqvist
It is a (file:) URL anyway, and LO seems to take care of creating the directory as neded. Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa
2013-09-30Set LIBO_ONEWAY_STABLE_ODF_EXPORTTor Lillqvist
Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
2013-09-20Add usage example commentTor Lillqvist
Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
2013-09-16Make the usage message even clearerTor Lillqvist
I have to check it myself every time, I never remember which parameters are URLs and which plain pathnames. Change-Id: If2c33ef62653f4675db6c6b0947a1630d5a7cb80
2013-09-14Hack todo some benchmarkingTor Lillqvist
Not really for general use yet. Just a hack on top of test-bugzilla-files.py. Change-Id: Iaac2c4b76e499988bc94056bf464bd230dabd9c1