Skip to content

Commit

Permalink
update limits
Browse files Browse the repository at this point in the history
Signed-off-by: Ruchi Sharma <[email protected]>
  • Loading branch information
ruchidh committed Feb 19, 2025
1 parent 2d6bb6c commit f3e3c62
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 28 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/performance_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ jobs:

- name: Read and comment bundle size variations
run: |
echo "📊 **Bundle Size crossed 20% for below plugins**" > comment.txt
echo "" >> comment.txt
cat packages/osd-optimizer/bundle_size_variations.yml >> comment.txt
gh pr comment ${{ github.event.pull_request.number }} --body "$(cat comment.txt)"
if [ -f packages/osd-optimizer/bundle_size_variations.yml ]; then
echo "📊 **Bundle Size crossed 5% for below plugins**" > comment.txt
echo "" >> comment.txt
cat packages/osd-optimizer/bundle_size_variations.yml >> comment.txt
gh pr comment ${{ github.event.pull_request.number }} --body "$(cat comment.txt)"
else
echo "No bundle size variations detected, skipping comment."
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91 changes: 67 additions & 24 deletions packages/osd-optimizer/limits.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,91 @@
pageLoadAssetSize:
advancedSettings: 27596
alerts: 106936
apm: 64385
apmOss: 18996
beatsManagement: 188135
bfetch: 41874
canvas: 1065624
charts: 159211
cloud: 21076
console: 46235
contentManagement: 189948
core: 989885
dashboard: 694542
data: 2701242
dataExplorer: 142726
dataSource: 24232
dataSourceManagement: 541476
devTools: 66175
discover: 778790
core: 692646
crossClusterReplication: 65408
dashboard: 374267
dashboardEnhanced: 65646
dashboardMode: 22716
data: 1174083
dataEnhanced: 50420
devTools: 38781
discover: 105147
discoverEnhanced: 42730
embeddable: 242671
embeddableEnhanced: 41145
enterpriseSearch: 35741
opensearchUiShared: 326798
expressions: 224120
home: 75810
features: 31211
fileUpload: 24717
globalSearch: 43548
globalSearchBar: 62888
globalSearchProviders: 25554
graph: 31504
grokdebugger: 26779
home: 41661
indexLifecycleManagement: 107090
indexManagement: 662506
indexPatternManagement: 154366
infra: 197873
ingestManager: 415829
ingestPipelines: 58003
inputControlVis: 172819
inspector: 148999
management: 181535
managementOverview: 23856
mapsLegacy: 116961
navigation: 63579
opensearchDashboardsLegacy: 107855
opensearchDashboardsOverview: 56426
opensearchDashboardsReact: 162353
opensearchDashboardsUtils: 227366
opensearchUiShared: 326798
queryEnhancements: 298536
opensearchDashboardsUtils: 198829
lens: 96624
licenseManagement: 41961
licensing: 39008
lists: 183665
logstash: 53548
management: 46112
maps: 183754
mapsLegacy: 116961
mapsLegacyLicensing: 20214
ml: 82187
monitoring: 268758
navigation: 37413
newsfeed: 42228
observability: 89709
painlessLab: 179892
regionMap: 66098
remoteClusters: 51327
reporting: 183418
rollup: 97204
savedObjects: 108662
savedObjectsManagement: 375822
securityDashboards: 1330246
savedObjectsManagement: 100503
searchprofiler: 67224
security: 189428
securitySolution: 638231
share: 99205
snapshotRestore: 79176
spaces: 389643
telemetry: 91832
telemetryManagementSection: 52443
tileMap: 65337
transform: 41151
triggersActionsUi: 170145
uiActions: 95074
uiActionsEnhanced: 349799
upgradeAssistant: 80967
uptime: 40825
urlDrilldown: 34174
urlForwarding: 32579
usageCollection: 39762
visAugmenter: 119145
visBuilder: 810681
visDefaultEditor: 344621
visDefaultEditor: 50178
visTypeMarkdown: 30896
visTypeMetric: 61507
visTypeMetric: 42790
visTypeTable: 95078
visTypeTagcloud: 37575
visTypeTimeline: 51933
Expand All @@ -52,4 +95,4 @@ pageLoadAssetSize:
visTypeXy: 20255
visualizations: 295169
visualize: 57433
workspace: 454041
watcher: 43742

0 comments on commit f3e3c62

Please sign in to comment.