aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/benchmarks/benchmarkPurge.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-2/+3
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+2
* benchmarks: Exclude from PHPUnit test coverageTimo Tijhof2019-12-181-1/+1
* Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-10/+11
* Remove deprecated class SquidUpdateUmherirrender2019-02-051-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Rename SquidUpdate => CdnCacheUpdateAaron Schulz2015-12-091-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+4
* Pass phpcs-strict on maintenance/benchmarks/Siebrand Mazeland2014-04-221-1/+0
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-3/+3
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Remove usage of wfTime() in benchmarks and backupTextPassTest.phpAlexandre Emsenhuber2012-09-061-2/+2
* Added missing GPLv2 headers in maintenance scripts.Alexandre Emsenhuber2012-09-041-1/+6
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Fix doc for maintenance/benchmarksAntoine Musso2012-02-081-1/+1
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-0/+4
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Make BenchmarkPurge subclass benchmark, not really reusing most of the code y...Sam Reed2010-12-311-3/+2
* Move benchmarkPurge to maintenance/benchmarks folderSam Reed2010-12-311-0/+107