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 #8164

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Conversation

ecospark[bot]
Copy link
Contributor

@ecospark ecospark bot commented Jan 3, 2025

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

@ecospark ecospark bot requested a review from a team as a code owner January 3, 2025 10:32
@ecospark ecospark bot requested review from pedrobonamin and removed request for a team January 3, 2025 10:32
Copy link

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

Copy link
Contributor

github-actions bot commented Jan 3, 2025

No changes to documentation

Copy link
Contributor

github-actions bot commented Jan 3, 2025

Component Testing Report Updated Jan 3, 2025 10:42 AM (UTC)

βœ… All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx βœ… Passed (Inspect) 1m 3s 15 0 0
formBuilder/ArrayInput.spec.tsx βœ… Passed (Inspect) 12s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx βœ… Passed (Inspect) 37s 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 38s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx βœ… Passed (Inspect) 12s 3 9 0
formBuilder/inputs/PortableText/Styles.spec.tsx βœ… Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx βœ… Passed (Inspect) 1m 41s 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

Copy link
Contributor

github-actions bot commented Jan 3, 2025

⚑️ Editor Performance Report

Updated Fri, 03 Jan 2025 10:43:25 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Ξ” (%)
latency difference
recipe (name) 52.6 efps (19ms) 58.8 efps (17ms) -2ms (-10.5%) βœ…
recipe (description) 58.8 efps (17ms) 66.7 efps (15ms) -2ms (-11.8%) βœ…
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (6ms) +1ms (-/-%) βœ…
synthetic (title) 18.5 efps (54ms) 19.2 efps (52ms) -2ms (-3.7%) βœ…
synthetic (string inside object) 19.2 efps (52ms) 20.0 efps (50ms) -2ms (-3.8%) βœ…

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
recipe (name) 19ms 21ms 22ms 39ms 0ms 7.2s
recipe (description) 17ms 18ms 21ms 32ms 0ms 4.4s
recipe (instructions) 5ms 7ms 8ms 20ms 0ms 3.1s
synthetic (title) 54ms 59ms 66ms 200ms 630ms 13.4s
synthetic (string inside object) 52ms 60ms 93ms 464ms 511ms 8.5s

πŸ§ͺ Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
recipe (name) 17ms 19ms 22ms 33ms 0ms 7.6s
recipe (description) 15ms 16ms 18ms 33ms 0ms 4.2s
recipe (instructions) 6ms 8ms 9ms 19ms 0ms 3.3s
synthetic (title) 52ms 56ms 72ms 382ms 609ms 14.4s
synthetic (string inside object) 50ms 54ms 59ms 458ms 778ms 8.6s

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

@stipsan stipsan added this pull request to the merge queue Jan 3, 2025
Merged via the queue into next with commit 466c6fa Jan 3, 2025
54 of 56 checks passed
@stipsan stipsan deleted the actions/dedupe-if-needed branch January 3, 2025 12:30
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