aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/fileOpPerfTest.php
Commit message (Expand)AuthorAgeFilesLines
* scripts: Use real bool in options for FileBackend::doOperationsUmherirrender2022-03-081-3/+3
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-5/+5
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-1/+0
* maintenance: Remove unneeded truthy check on dir handlingUmherirrender2020-06-251-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+1
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-2/+5
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Remove Profiler specific code from fileOpPerfTestErik Bernhardson2016-07-011-5/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-16/+16
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Added a --profiler option to all maintenance scripts.Aaron Schulz2013-05-231-6/+4
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-6/+6
* Remove dead code.Platonides2013-02-261-1/+0
* Log profiling info from maintenance scripts.daniel2013-02-011-1/+2
* Added "parallelize" option to file performance test script.Aaron Schulz2012-09-221-6/+12
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Added --quick option to file test script to use doQuickOperations.Aaron Schulz2012-08-181-10/+16
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-1/+6
* [FileBackend] Added support for concurrent file write operations.Aaron2012-05-091-0/+135