Skip to content

feat: add a benchmark workflow and update angular and react samples#7798

Merged
laske185 merged 1 commit intodevelopfrom
7656-optimize-theming-and-add-benchmark
Jun 2, 2025
Merged

feat: add a benchmark workflow and update angular and react samples#7798
laske185 merged 1 commit intodevelopfrom
7656-optimize-theming-and-add-benchmark

Conversation

@deleonio
Copy link
Copy Markdown
Contributor

@deleonio deleonio commented Jun 1, 2025

The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer:

  • Meaningful pull request title for the release notes
  • Pull request is linked to an issue and all changes relate to the issue
  • Tests to protect this code implemented (if applicable)
  • Manual test performed successfully (if applicable)
  • Documentation or migration has been updated (if applicable)

@deleonio deleonio linked an issue Jun 1, 2025 that may be closed by this pull request
@deleonio deleonio marked this pull request as draft June 1, 2025 21:07
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 1, 2025

@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch from d72561c to 3cd22c3 Compare June 1, 2025 21:11
@deleonio deleonio changed the title fix: update pnpm workspace configuration to include benchmark-tests a… feat: add a benchmark workflow and update angular and react samples Jun 1, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch 3 times, most recently from 0968ebd to 36b7a21 Compare June 1, 2025 21:32
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch from 5b6b651 to d3250cb Compare June 1, 2025 21:44
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch from 7c3092a to 9380c86 Compare June 1, 2025 22:06
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch from 3087018 to 17bf942 Compare June 1, 2025 22:19
@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
github-actions[bot]

This comment was marked as abuse.

@public-ui public-ui deleted a comment from github-actions bot Jun 1, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch 2 times, most recently from d95e926 to dc4e02e Compare June 2, 2025 06:47
@deleonio deleonio requested review from laske185 and sdvg June 2, 2025 06:48
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch 5 times, most recently from 936135b to f432853 Compare June 2, 2025 07:42
@deleonio deleonio marked this pull request as ready for review June 2, 2025 07:57
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch 3 times, most recently from b3b32db to b94b37d Compare June 2, 2025 12:04
@public-ui public-ui deleted a comment from github-actions bot Jun 2, 2025
@public-ui public-ui deleted a comment from github-actions bot Jun 2, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch from 8cd676c to 77846e4 Compare June 2, 2025 12:13
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 2, 2025

Hydration Benchmark Report (vs Baseline)

Component Current Baseline Δ% Result
kol-abbr 22ms 🆕
kol-accordion 79ms 🆕
kol-alert 26ms 🆕
kol-avatar 11ms 🆕
kol-badge 31ms 🆕
kol-breadcrumb 18ms 🆕
kol-button 61ms 🆕
kol-button-link 56ms 🆕
kol-card 19ms 🆕
kol-details 68ms 🆕
kol-drawer 11ms 🆕
kol-form 18ms 🆕
kol-heading 12ms 🆕
kol-icon 10ms 🆕
kol-image 9ms 🆕
kol-input-checkbox 38ms 🆕
kol-input-color 39ms 🆕
kol-input-date 39ms 🆕
kol-input-email 46ms 🆕
kol-input-file 67ms 🆕
kol-input-number 34ms 🆕
kol-input-password 41ms 🆕
kol-input-radio 29ms 🆕
kol-input-text 42ms 🆕
kol-link 50ms 🆕
kol-link-button 48ms 🆕
kol-modal 7ms 🆕
kol-nav 20ms 🆕
kol-pagination 75ms 🆕
kol-popover-button 56ms 🆕
kol-progress 9ms 🆕
kol-quote 8ms 🆕
kol-select 38ms 🆕
kol-skip-nav 19ms 🆕
kol-spin 7ms 🆕
kol-split-button 55ms 🆕
kol-table-stateful 98ms 🆕
kol-table-stateless 85ms 🆕
kol-tabs 14ms 🆕
kol-textarea 30ms 🆕
kol-toolbar 7ms 🆕
kol-tree 10ms 🆕
kol-tree-item 57ms 🆕
kol-version 50ms 🆕

@public-ui public-ui deleted a comment from github-actions bot Jun 2, 2025
@public-ui public-ui deleted a comment from github-actions bot Jun 2, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch from 77846e4 to 2cbc311 Compare June 2, 2025 12:18
laske185
laske185 previously approved these changes Jun 2, 2025
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch 2 times, most recently from 7a88efc to c775c3e Compare June 2, 2025 12:56
@deleonio deleonio force-pushed the 7656-optimize-theming-and-add-benchmark branch from c775c3e to 9f03501 Compare June 2, 2025 13:05
@laske185 laske185 merged commit 881d5b2 into develop Jun 2, 2025
11 checks passed
@laske185 laske185 deleted the 7656-optimize-theming-and-add-benchmark branch June 2, 2025 13:42
@publicuibot publicuibot bot locked and limited conversation to collaborators Jun 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a benchmark workflow

2 participants