Skip to content

Commit

Permalink
update table as per Brijesh's latest numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Dec 21, 2023
1 parent 9240c2a commit 2a43f08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pages/blog/2023-material-ui-v6-and-beyond.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ We're building it so that the upgrade will be opt-in, which means you won't need

As a taste of the performance upgrade, here are some early Lighthouse metrics with a couple of primary components running on an M1 MacBook Pro with 16 GB of RAM:

| Total Blocking Time (TBT) in milliseconds (ms) | Emotion | Zero-runtime |
| :--------------------------------------------- | ------: | -----------: |
| Case #1: 1,000 Buttons | 223.33 | 100 |
| Case #2: 1,000 Outlined inputs | 583.33 | 3.33 |
| Total Blocking Time (TBT) in milliseconds (ms) | Emotion | Zero-runtime | Improvement |
| :--------------------------------------------- | ------: | -----------: | ----------: |
| Case #1: 1,000 Buttons | 10 | 0 | 10x faster |
| Case #2: 1,000 Outlined Inputs | 250 | 0 | 250x faster |

### Material UI v7

Expand Down

0 comments on commit 2a43f08

Please sign in to comment.