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

Merged
merged 1 commit into from
Oct 15, 2024
Merged

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

merged 1 commit into from
Oct 15, 2024

Conversation

ecospark[bot]
Copy link
Contributor

@ecospark ecospark bot commented Oct 15, 2024

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

@ecospark ecospark bot requested a review from a team as a code owner October 15, 2024 18:15
@ecospark ecospark bot requested review from juice49 and removed request for a team October 15, 2024 18:15
Copy link

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

@ecospark ecospark bot force-pushed the actions/dedupe-if-needed branch from 43ad645 to 5e84e95 Compare October 15, 2024 18:18
Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Oct 15, 2024

⚑️ Editor Performance Report

Updated Tue, 15 Oct 2024 18:29:53 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Ξ” (%)
latency difference
article (title) 18.5 efps (54ms) 16.9 efps (59ms) +5ms (+9.3%) βœ…
article (body) 59.9 efps (17ms) 56.2 efps (18ms) +1ms (+6.6%) βœ…
article (string inside object) 19.4 efps (52ms) 17.9 efps (56ms) +5ms (+8.7%) βœ…
article (string inside array) 14.9 efps (67ms) 14.5 efps (69ms) +2ms (+3.0%) βœ…
recipe (name) 28.6 efps (35ms) 27.8 efps (36ms) +1ms (+2.9%) βœ…
recipe (description) 31.3 efps (32ms) 30.3 efps (33ms) +1ms (+3.1%) βœ…
recipe (instructions) 99.9+ efps (9ms) 99.9+ efps (10ms) +1ms (-/-%) βœ…
synthetic (title) 14.5 efps (69ms) 14.5 efps (69ms) +0ms (-/-%) βœ…
synthetic (string inside object) 15.2 efps (66ms) 15.6 efps (64ms) -2ms (-3.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) 54ms 58ms 64ms 255ms 1199ms 13.8s
article (body) 17ms 19ms 24ms 205ms 290ms 5.9s
article (string inside object) 52ms 58ms 72ms 196ms 1004ms 9.1s
article (string inside array) 67ms 71ms 118ms 247ms 1713ms 10.1s
recipe (name) 35ms 39ms 43ms 79ms 175ms 9.3s
recipe (description) 32ms 34ms 44ms 58ms 62ms 6.6s
recipe (instructions) 9ms 10ms 12ms 56ms 0ms 3.7s
synthetic (title) 69ms 76ms 80ms 445ms 2290ms 16.0s
synthetic (string inside object) 66ms 68ms 75ms 326ms 2116ms 10.7s

πŸ§ͺ Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 59ms 61ms 72ms 235ms 432ms 14.3s
article (body) 18ms 20ms 23ms 175ms 246ms 5.6s
article (string inside object) 56ms 58ms 71ms 233ms 267ms 8.7s
article (string inside array) 69ms 73ms 81ms 272ms 1006ms 9.8s
recipe (name) 36ms 39ms 43ms 102ms 13ms 9.1s
recipe (description) 33ms 35ms 56ms 166ms 1ms 6.6s
recipe (instructions) 10ms 10ms 11ms 22ms 0ms 3.5s
synthetic (title) 69ms 73ms 82ms 488ms 1678ms 16.5s
synthetic (string inside object) 64ms 70ms 84ms 458ms 1617ms 10.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 Oct 15, 2024

Component Testing Report Updated Oct 15, 2024 6:29 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) 38s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx βœ… Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx βœ… Passed (Inspect) 18s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx βœ… Passed (Inspect) 10s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx βœ… Passed (Inspect) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx βœ… Passed (Inspect) 45s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx βœ… Passed (Inspect) 1m 39s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx βœ… Passed (Inspect) 1m 17s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx βœ… Passed (Inspect) 8s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx βœ… Passed (Inspect) 25s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx βœ… Passed (Inspect) 18s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx βœ… Passed (Inspect) 36s 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

@binoy14 binoy14 added this pull request to the merge queue Oct 15, 2024
Merged via the queue into next with commit b357fbf Oct 15, 2024
66 checks passed
@binoy14 binoy14 deleted the actions/dedupe-if-needed branch October 15, 2024 18:38
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