Bump size of Vector performance budget to accomodate FlaggedRevs styles

Styles for message boxes are now loaded on page load.

This is temporary until I2808de0fa9826ae0eb5dc09ad62f0a901479110e lands.

Bug: T373602
Change-Id: I34730117cfdb2204883224c9d9f2bd902025cdb2
This commit is contained in:
Jon Robson 2024-09-20 16:38:11 -07:00 committed by Jdlrobson
parent cf2f1a4f0d
commit 1dd7fcc32b

View file

@ -166,7 +166,8 @@ class PerformanceBudgetTest extends MediaWikiIntegrationTestCase {
'WikiLambda' => 4000,
],
'styles' => [
'FlaggedRevs' => 1000,
// Codex styles
'FlaggedRevs' => 3200,
'GrowthExperiments' => 1000,
],
];