PerformanceBudgetTest: Add WikiLambda dependencies to unbreak merge

Rough numbers for now.

Change-Id: Ie487fc56eb199f94e0b72f59d5c54f623570773b
This commit is contained in:
James D. Forrester 2024-05-22 12:20:39 -04:00
parent f797b8760d
commit ac3c525420

View file

@ -161,6 +161,12 @@ class PerformanceBudgetTest extends MediaWikiIntegrationTestCase {
// Note this seems pretty high compared to other numbers,
// so we may want to work with VisualEditor to optimize this down.
'VisualEditor' => 14000,
// ext.eventLogging
'EventLogging' => 1000,
// ext.uls.interface
'UniversalLanguageSelector' => 4000,
// ext.wikilambda.languageselector
'WikiLambda' => 2000,
],
'styles' => [
'FlaggedRevs' => 1000,