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

feat: add react compiler support #7702

Draft
wants to merge 1 commit into
base: next
Choose a base branch
from
Draft

feat: add react compiler support #7702

wants to merge 1 commit into from

Conversation

stipsan
Copy link
Member

@stipsan stipsan commented Oct 30, 2024

No description provided.

Copy link

vercel bot commented Oct 30, 2024

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 Nov 12, 2024 7:44pm
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 7:44pm
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 7:44pm
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 7:44pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 7:44pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Nov 12, 2024 7:44pm

Copy link

socket-security bot commented Oct 30, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] environment +1 6.45 MB fb, gnoff, react-bot, ...2 more
npm/[email protected] None 0 13.6 kB fb, gnoff, react-bot, ...1 more
npm/[email protected] environment 0 238 kB react-bot

🚮 Removed packages: npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Oct 30, 2024

⚡️ Editor Performance Report

Updated Tue, 12 Nov 2024 19:41:48 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 15.4 efps (65ms) 20.4 efps (49ms) -16ms (-24.6%)
article (body) 59.2 efps (17ms) 53.1 efps (19ms) +2ms (+11.5%)
article (string inside object) 17.5 efps (57ms) 22.2 efps (45ms) -12ms (-21.1%)
article (string inside array) 15.5 efps (65ms) 18.9 efps (53ms) -12ms (-17.8%)
recipe (name) 29.4 efps (34ms) 42.6 efps (24ms) -11ms (-30.9%)
recipe (description) 32.3 efps (31ms) 52.6 efps (19ms) -12ms (-38.7%)
recipe (instructions) 99.9+ efps (7ms) 99.9+ efps (7ms) +0ms (-/-%)
synthetic (title) 13.5 efps (74ms) 16.4 efps (61ms) -13ms (-17.6%)
synthetic (string inside object) 14.2 efps (71ms) 17.5 efps (57ms) -14ms (-19.1%)

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) 65ms 74ms 86ms 378ms 749ms 14.3s
article (body) 17ms 19ms 26ms 271ms 456ms 6.1s
article (string inside object) 57ms 61ms 70ms 233ms 342ms 8.5s
article (string inside array) 65ms 67ms 73ms 347ms 1016ms 9.5s
recipe (name) 34ms 35ms 47ms 71ms 1ms 8.8s
recipe (description) 31ms 32ms 34ms 68ms 0ms 6.1s
recipe (instructions) 7ms 9ms 10ms 29ms 2ms 3.4s
synthetic (title) 74ms 80ms 91ms 387ms 1813ms 16.0s
synthetic (string inside object) 71ms 79ms 100ms 643ms 1531ms 10.8s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 49ms 53ms 59ms 236ms 285ms 12.3s
article (body) 19ms 21ms 28ms 114ms 268ms 5.9s
article (string inside object) 45ms 46ms 51ms 59ms 150ms 7.5s
article (string inside array) 53ms 56ms 62ms 111ms 238ms 8.2s
recipe (name) 24ms 27ms 37ms 51ms 1ms 7.8s
recipe (description) 19ms 21ms 24ms 35ms 0ms 4.8s
recipe (instructions) 7ms 8ms 10ms 10ms 0ms 3.2s
synthetic (title) 61ms 62ms 68ms 346ms 1019ms 13.7s
synthetic (string inside object) 57ms 60ms 68ms 520ms 631ms 8.9s

📚 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 Oct 30, 2024

Component Testing Report Updated Nov 12, 2024 7:38 PM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 45s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 31s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 39s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 19s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 10s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 2m 32s 1 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 46s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 50s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 18s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 9s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 27s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 19s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 37s 12 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant