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

chore(deps): dedupe pnpm-lock.yaml #8266

Merged
merged 1 commit into from
Jan 14, 2025
Merged

chore(deps): dedupe pnpm-lock.yaml #8266

merged 1 commit into from
Jan 14, 2025

Conversation

ecospark[bot]
Copy link
Contributor

@ecospark ecospark bot commented Jan 14, 2025

I ran pnpm dedupe πŸ§‘β€πŸ’»

@ecospark ecospark bot requested a review from a team as a code owner January 14, 2025 10:59
@ecospark ecospark bot requested review from jordanl17 and removed request for a team January 14, 2025 10:59
Copy link

vercel bot commented Jan 14, 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 14, 2025 11:14am
performance-studio βœ… Ready (Inspect) Visit Preview Jan 14, 2025 11:14am
test-studio βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jan 14, 2025 11:14am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Jan 14, 2025 11:14am
test-next-studio ⬜️ Ignored (Inspect) Jan 14, 2025 11:14am

Copy link
Contributor

No changes to documentation

@stipsan stipsan added this pull request to the merge queue Jan 14, 2025
Merged via the queue into next with commit c453b1f Jan 14, 2025
46 of 47 checks passed
@stipsan stipsan deleted the actions/dedupe-if-needed branch January 14, 2025 11:13
Copy link
Contributor

⚑️ Editor Performance Report

Updated Tue, 14 Jan 2025 11:19:02 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Ξ” (%)
latency difference
article (title) 20.4 efps (49ms) 22.7 efps (44ms) -5ms (-10.2%) βœ…
article (body) 56.5 efps (18ms) 59.5 efps (17ms) -1ms (-5.1%) βœ…
article (string inside object) 23.8 efps (42ms) 25.0 efps (40ms) -2ms (-4.8%) βœ…
article (string inside array) 20.4 efps (49ms) 21.3 efps (47ms) -2ms (-4.1%) βœ…
recipe (name) 50.0 efps (20ms) 52.6 efps (19ms) -1ms (-5.0%) βœ…
recipe (description) 55.6 efps (18ms) 58.8 efps (17ms) -1ms (-5.6%) βœ…
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (6ms) +1ms (-/-%) βœ…
synthetic (title) 18.3 efps (55ms) 17.9 efps (56ms) +2ms (+2.8%) βœ…
synthetic (string inside object) 18.9 efps (53ms) 18.9 efps (53ms) +0ms (-/-%) βœ…

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) 49ms 68ms 77ms 516ms 915ms 12.6s
article (body) 18ms 20ms 32ms 97ms 261ms 6.0s
article (string inside object) 42ms 44ms 54ms 169ms 151ms 7.0s
article (string inside array) 49ms 52ms 53ms 63ms 204ms 7.3s
recipe (name) 20ms 22ms 24ms 42ms 0ms 7.9s
recipe (description) 18ms 19ms 22ms 44ms 0ms 4.6s
recipe (instructions) 5ms 6ms 7ms 8ms 0ms 3.0s
synthetic (title) 55ms 59ms 75ms 176ms 765ms 13.1s
synthetic (string inside object) 53ms 56ms 61ms 478ms 1033ms 8.6s

πŸ§ͺ Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 44ms 52ms 79ms 482ms 992ms 11.6s
article (body) 17ms 20ms 22ms 165ms 248ms 6.0s
article (string inside object) 40ms 42ms 46ms 148ms 151ms 7.0s
article (string inside array) 47ms 49ms 55ms 175ms 243ms 7.3s
recipe (name) 19ms 20ms 23ms 33ms 0ms 6.7s
recipe (description) 17ms 19ms 22ms 27ms 0ms 4.5s
recipe (instructions) 6ms 7ms 8ms 19ms 0ms 3.1s
synthetic (title) 56ms 59ms 66ms 265ms 1071ms 13.5s
synthetic (string inside object) 53ms 56ms 65ms 479ms 1123ms 9.2s

πŸ“š 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

Component Testing Report Updated Jan 14, 2025 11:19 AM (UTC)

βœ… All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx βœ… Passed (Inspect) 1m 5s 15 0 0
formBuilder/ArrayInput.spec.tsx βœ… Passed (Inspect) 12s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx βœ… Passed (Inspect) 39s 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) 25s 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 27s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx βœ… Passed (Inspect) 1m 39s 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 43s 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant