Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update React Compiler dependencies 🤖 ✨ #8187

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

ecospark[bot]
Copy link
Contributor

@ecospark ecospark bot commented Jan 6, 2025

I ran pnpm -r up react-compiler-runtime@beta babel-plugin-react-compiler@beta eslint-plugin-react-compiler@beta 🧑‍💻

@ecospark ecospark bot requested a review from a team as a code owner January 6, 2025 09:50
@ecospark ecospark bot added the 🤖 bot label Jan 6, 2025
@ecospark ecospark bot requested review from RitaDias and removed request for a team January 6, 2025 09:50
Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 10:14am
performance-studio ❌ Failed (Inspect) Jan 6, 2025 10:14am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 10:14am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 10:14am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Jan 6, 2025 10:14am

@stipsan stipsan enabled auto-merge January 6, 2025 09:52
@stipsan stipsan added this pull request to the merge queue Jan 6, 2025
Merged via the queue into next with commit fd30cb3 Jan 6, 2025
25 of 35 checks passed
@stipsan stipsan deleted the actions/react-compiler branch January 6, 2025 09:54
Copy link
Contributor

github-actions bot commented Jan 6, 2025

No changes to documentation

Copy link
Contributor

github-actions bot commented Jan 6, 2025

⚡️ Editor Performance Report

Updated Mon, 06 Jan 2025 10:13:16 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 29.0 efps (35ms) 27.4 efps (37ms) +2ms (+5.8%)
article (body) 50.5 efps (20ms) 50.8 efps (20ms) -0ms (-0.5%)
article (string inside object) 28.6 efps (35ms) 27.0 efps (37ms) +2ms (+5.7%)
article (string inside array) 25.0 efps (40ms) 25.3 efps (40ms) -1ms (-1.3%)
synthetic (title) 17.9 efps (56ms) 19.4 efps (52ms) -5ms (-8.0%)
synthetic (string inside object) 18.2 efps (55ms) 19.2 efps (52ms) -3ms (-5.5%)

efps — editor "frames per second". The number of updates assumed to be possible within a second.

Derived from input latency. efps = 1000 / input_latency

Detailed information

🏠 Reference result

The performance result of sanity@latest

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 35ms 38ms 62ms 437ms 194ms 10.6s
article (body) 20ms 24ms 29ms 211ms 247ms 5.4s
article (string inside object) 35ms 38ms 42ms 192ms 137ms 6.6s
article (string inside array) 40ms 41ms 49ms 170ms 143ms 6.8s
synthetic (title) 56ms 59ms 67ms 85ms 248ms 13.8s
synthetic (string inside object) 55ms 57ms 70ms 122ms 330ms 7.8s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 37ms 41ms 49ms 362ms 168ms 10.6s
article (body) 20ms 22ms 25ms 179ms 206ms 5.3s
article (string inside object) 37ms 40ms 43ms 84ms 5ms 6.4s
article (string inside array) 40ms 43ms 57ms 273ms 271ms 7.0s
synthetic (title) 52ms 56ms 61ms 125ms 390ms 12.5s
synthetic (string inside object) 52ms 55ms 61ms 311ms 537ms 8.5s

📚 Glossary

column definitions

  • benchmark — the name of the test, e.g. "article", followed by the label of the field being measured, e.g. "(title)".
  • latency — the time between when a key was pressed and when it was rendered. derived from a set of samples. the median (p50) is shown to show the most common latency.
  • p75 — the 75th percentile of the input latency in the test run. 75% of the sampled inputs in this benchmark were processed faster than this value. this provides insight into the upper range of typical performance.
  • p90 — the 90th percentile of the input latency in the test run. 90% of the sampled inputs were faster than this. this metric helps identify slower interactions that occurred less frequently during the benchmark.
  • p99 — the 99th percentile of the input latency in the test run. only 1% of sampled inputs were slower than this. this represents the worst-case scenarios encountered during the benchmark, useful for identifying potential performance outliers.
  • blocking time — the total time during which the main thread was blocked, preventing user input and UI updates. this metric helps identify performance bottlenecks that may cause the interface to feel unresponsive.
  • test duration — how long the test run took to complete.

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Component Testing Report Updated Jan 6, 2025 10:13 AM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 1m 7s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 12s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 38s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 50s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 14s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 1m 6s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 28s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 41s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 13s 3 9 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 1m 44s 21 0 0
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 0s 0 3 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx ✅ Passed (Inspect) 0s 0 3 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant