aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/benchmarks
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Add explicit casts between scalar types"jenkins-bot2022-03-081-1/+1
|\ \ | |/ |/|
| * Add explicit casts between scalar typesUmherirrender2022-03-081-1/+1
* | Add Sanitizer::removeSomeTags() which uses Remex to tokenizeC. Scott Ananian2022-03-041-1/+40
|/
* benchmarkTruncate.php: Make script work copying from tables with prefixesReedy2022-02-231-7/+7
* Add script to benchmark TRUNCATE versus DELETETim Starling2022-02-141-0/+55
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-3/+2
* Introduce CommentFormatterTim Starling2021-09-281-0/+29
* Merge "objectcache: Avoid getCurrentTime() call in MapCacheLRU::has()"jenkins-bot2021-09-171-3/+33
|\
| * objectcache: Avoid getCurrentTime() call in MapCacheLRU::has()Timo Tijhof2021-09-101-3/+33
* | Using @return never documentation on always-throw-functionUmherirrender2021-09-071-1/+0
* | Remove unreachable code after exception/die/exitUmherirrender2021-09-031-1/+1
|/
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-6/+3
* benchmarks: Remove old bench, document `perf -e instructions`Tim Starling2021-08-262-117/+24
* benchmarks: Set a default file in benchmarkJSMinPlus.phpTimo Tijhof2021-08-261-5/+4
* Add benchmark for Linker::formatComment() in preparation for refactorTim Starling2021-08-246-2/+55
* benchmarks: Add benchmarkEval.php, for one-off benchmarksTim Starling2021-08-231-0/+51
* benchmarks: Remove some old and trivial benchmarksTimo Tijhof2021-08-235-422/+0
* Remove explicit LIMIT 1 when using IDatabase::selectRow/selectFieldUmherirrender2021-08-061-1/+1
* Post Revision-removal cleanupDannyS7122021-06-241-1/+1
* Update Legoktm's email addressKunal Mehta2021-05-021-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Introduce Tidy serviceC. Scott Ananian2021-03-151-2/+4
* resourceloader: Add wikimedia/minify package and remove local copiesTimo Tijhof2021-02-245-158/+0
* Merge "parser: new BeforeParserFetchTemplateRevisionRecord hook"jenkins-bot2021-02-161-6/+15
|\
| * parser: new BeforeParserFetchTemplateRevisionRecord hookC. Scott Ananian2021-02-051-6/+15
* | Use static closures where safe to useUmherirrender2021-02-113-8/+8
* | maintenance: Mark some closures as staticReedy2021-02-071-10/+10
|/
* Safer autoloading with respect to file-scope codeTim Starling2021-01-112-4/+4
* Remove all methods of MWTidy except for MWTidy::tidy()C. Scott Ananian2020-08-171-20/+3
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+1
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-3/+3
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* benchmarks: Remove bench_wfIsWindows.phpTimo Tijhof2020-05-201-72/+0
* Narrow MediaWiki.Commenting.FunctionComment.WrongStyleReedy2020-05-203-6/+18
* Revert "Correct capitalization of BeforeParserFetchTemplateAndTitle hook"Tim Starling2020-04-301-1/+1
* Replace uses and hard deprecate Revision::newFromTitleDannyS7122020-04-181-6/+11
* Correct capitalization of BeforeParserFetchTemplateAndTitle hookC. Scott Ananian2020-04-171-1/+1
* benchmarks: Exclude from PHPUnit test coverageTimo Tijhof2019-12-1818-208/+36
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-3/+3
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+2
* Set public for override of Maintenance functionsUmherirrender2019-10-091-2/+2
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-0/+1
* Remove `@author Timo Tijhof` from various file headersTimo Tijhof2019-07-083-3/+0
* Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-10/+11
* Deprecate the Http classAryeh Gregor2019-05-061-1/+4
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Remove deprecated class SquidUpdateUmherirrender2019-02-051-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-1/+1
* Merge "benchmarks: Minor cleanup for strtr benchmark"jenkins-bot2018-08-222-74/+55
|\