Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Dec 16, 2024
Merged

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

merged 1 commit into from
Dec 16, 2024

Conversation

ecospark[bot]
Copy link
Contributor

@ecospark ecospark bot commented Dec 16, 2024

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

@ecospark ecospark bot requested a review from a team as a code owner December 16, 2024 14:57
@ecospark ecospark bot requested review from cngonzalez and removed request for a team December 16, 2024 14:57
Copy link

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

Copy link
Contributor

No changes to documentation

@stipsan stipsan enabled auto-merge December 16, 2024 15:11
@stipsan stipsan added this pull request to the merge queue Dec 16, 2024
Merged via the queue into next with commit 4eff6de Dec 16, 2024
40 of 46 checks passed
@stipsan stipsan deleted the actions/dedupe-if-needed branch December 16, 2024 15:11
Copy link
Contributor

⚑️ Editor Performance Report

Updated Mon, 16 Dec 2024 15:13:59 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Ξ” (%)
latency difference
article (title) 23.3 efps (43ms) 24.4 efps (41ms) -2ms (-4.7%) βœ…
article (body) 73.0 efps (14ms) 67.3 efps (15ms) +1ms (-/-%) βœ…
article (string inside object) 26.3 efps (38ms) 25.6 efps (39ms) +1ms (+2.6%) βœ…
article (string inside array) 23.3 efps (43ms) 23.8 efps (42ms) -1ms (-2.3%) βœ…
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 (5ms) +0ms (-/-%) βœ…
synthetic (title) 19.6 efps (51ms) 19.2 efps (52ms) +1ms (+2.0%) βœ…
synthetic (string inside object) 20.0 efps (50ms) 20.4 efps (49ms) -1ms (-2.0%) βœ…

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) 43ms 44ms 66ms 432ms 679ms 10.2s
article (body) 14ms 15ms 20ms 71ms 198ms 5.0s
article (string inside object) 38ms 40ms 43ms 157ms 141ms 6.7s
article (string inside array) 43ms 45ms 50ms 53ms 185ms 7.0s
recipe (name) 20ms 22ms 25ms 64ms 7ms 7.7s
recipe (description) 18ms 20ms 21ms 41ms 0ms 4.6s
recipe (instructions) 5ms 6ms 7ms 8ms 0ms 3.0s
synthetic (title) 51ms 53ms 58ms 266ms 525ms 14.5s
synthetic (string inside object) 50ms 53ms 57ms 474ms 830ms 8.6s

πŸ§ͺ Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 41ms 43ms 47ms 169ms 180ms 11.0s
article (body) 15ms 17ms 20ms 174ms 243ms 5.3s
article (string inside object) 39ms 40ms 41ms 45ms 0ms 6.3s
article (string inside array) 42ms 44ms 49ms 153ms 145ms 7.0s
recipe (name) 19ms 21ms 23ms 50ms 0ms 7.4s
recipe (description) 17ms 18ms 20ms 24ms 0ms 4.5s
recipe (instructions) 5ms 6ms 7ms 8ms 0ms 3.1s
synthetic (title) 52ms 54ms 58ms 121ms 215ms 13.5s
synthetic (string inside object) 49ms 53ms 57ms 424ms 717ms 8.3s

πŸ“š 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 Dec 16, 2024 3:24 PM (UTC)

❌ Failed Tests (2) -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx βœ… Passed (Inspect) 1m 15s 15 0 0
formBuilder/ArrayInput.spec.tsx βœ… Passed (Inspect) 14s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx βœ… Passed (Inspect) 41s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx βœ… Passed (Inspect) 56s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx βœ… Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx βœ… Passed (Inspect) 29s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx βœ… Passed (Inspect) 16s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ❌ Failed (Inspect) 1m 48s 4 0 2
formBuilder/inputs/PortableText/FocusTracking.spec.tsx βœ… Passed (Inspect) 1m 15s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx βœ… Passed (Inspect) 3m 1s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx βœ… Passed (Inspect) 1m 49s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx βœ… Passed (Inspect) 14s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx βœ… Passed (Inspect) 42s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx βœ… Passed (Inspect) 29s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx βœ… Passed (Inspect) 1m 53s 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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant