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

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

ecospark[bot]
Copy link
Contributor

@ecospark ecospark bot commented Nov 5, 2024

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

Copy link

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

Copy link
Contributor

github-actions bot commented Nov 5, 2024

No changes to documentation

@stipsan stipsan added this pull request to the merge queue Nov 5, 2024
Merged via the queue into next with commit 46f9218 Nov 5, 2024
51 of 58 checks passed
@stipsan stipsan deleted the actions/dedupe-if-needed branch November 5, 2024 10:46
Copy link
Contributor

github-actions bot commented Nov 5, 2024

Component Testing Report Updated Nov 5, 2024 10:47 AM (UTC)

βœ… All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx βœ… Passed (Inspect) 48s 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) 11s 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 45s 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) 27s 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

Copy link
Contributor

github-actions bot commented Nov 5, 2024

⚑️ Editor Performance Report

Updated Tue, 05 Nov 2024 10:49:49 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Ξ” (%)
latency difference
article (title) 16.0 efps (63ms) 14.9 efps (67ms) +5ms (+7.2%) βœ…
article (body) 53.5 efps (19ms) 53.6 efps (19ms) -0ms (-0.3%) βœ…
article (string inside object) 16.1 efps (62ms) 16.8 efps (60ms) -3ms (-4.0%) βœ…
article (string inside array) 13.2 efps (76ms) 14.9 efps (67ms) -9ms (-11.3%) βœ…
recipe (name) 27.8 efps (36ms) 29.0 efps (35ms) -2ms (-4.2%) βœ…
recipe (description) 31.3 efps (32ms) 33.3 efps (30ms) -2ms (-6.3%) βœ…
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (7ms) +1ms (-/-%) βœ…
synthetic (title) 13.2 efps (76ms) 13.2 efps (76ms) -1ms (-0.7%) βœ…
synthetic (string inside object) 14.3 efps (70ms) 14.0 efps (72ms) +2ms (+2.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) 63ms 67ms 86ms 269ms 509ms 13.8s
article (body) 19ms 23ms 49ms 289ms 409ms 6.6s
article (string inside object) 62ms 69ms 73ms 212ms 450ms 9.0s
article (string inside array) 76ms 81ms 90ms 246ms 1029ms 10.2s
recipe (name) 36ms 38ms 43ms 75ms 8ms 9.5s
recipe (description) 32ms 34ms 45ms 78ms 30ms 6.4s
recipe (instructions) 6ms 9ms 10ms 26ms 0ms 3.2s
synthetic (title) 76ms 86ms 146ms 285ms 1960ms 24.9s
synthetic (string inside object) 70ms 73ms 80ms 189ms 1400ms 11.6s

πŸ§ͺ Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 67ms 73ms 79ms 272ms 725ms 13.6s
article (body) 19ms 21ms 35ms 250ms 418ms 6.7s
article (string inside object) 60ms 67ms 118ms 336ms 646ms 9.8s
article (string inside array) 67ms 72ms 79ms 250ms 1205ms 9.9s
recipe (name) 35ms 37ms 40ms 71ms 6ms 8.7s
recipe (description) 30ms 32ms 34ms 74ms 6ms 6.0s
recipe (instructions) 7ms 10ms 11ms 21ms 4ms 3.5s
synthetic (title) 76ms 82ms 96ms 410ms 1805ms 20.5s
synthetic (string inside object) 72ms 76ms 86ms 576ms 1815ms 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.

bjoerge added a commit that referenced this pull request Nov 5, 2024
* next:
  chore(deps): dedupe pnpm-lock.yaml (#7752)
  chore(deps): update react monorepo (#7753)
  fix(deps): update dependency react-rx to ^4.1.3 (#7744)
  fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742)
  fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737)
  fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743)
  test(codegen): migrate codegen tests to vitest (#7741)
  fix: invalid locale namespace specified for create (#7732)
  chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733)
  fix(deps): update dependency react-rx to ^4.1.1 (#7739)
  fix(deps): update dependency groq-js to ^1.14.0 (#7738)
  test(cli): migrate cli tests to vitest (#7731)
  fix(core): export BetaFeatures and ScheduledPublishing types (#7659)
  chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734)
  fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735)
  fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729)
  fix(deps): update dependency @sanity/ui to ^2.8.18 (#7730)
  fix(deps): Update dev-non-major (#7724)
  fix(deps): update dependency @sanity/ui to ^2.8.17 (#7725)
  fix(deps): update dependency @portabletext/editor to ^1.3.0 (#7727)
jordanl17 pushed a commit that referenced this pull request Nov 5, 2024
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
bjoerge added a commit that referenced this pull request Nov 5, 2024
* next: (49 commits)
  v3.63.0
  chore(scripts): reordering blocks in release notes template script (#7758)
  chore(deps): update dependency babel-plugin-react-compiler to v19 (#7755)
  fix(deps): Update dev-non-major (#7736)
  chore(deps): dedupe pnpm-lock.yaml (#7752)
  chore(deps): update react monorepo (#7753)
  fix(deps): update dependency react-rx to ^4.1.3 (#7744)
  fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742)
  fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737)
  fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743)
  test(codegen): migrate codegen tests to vitest (#7741)
  fix: invalid locale namespace specified for create (#7732)
  chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733)
  fix(deps): update dependency react-rx to ^4.1.1 (#7739)
  fix(deps): update dependency groq-js to ^1.14.0 (#7738)
  test(cli): migrate cli tests to vitest (#7731)
  fix(core): export BetaFeatures and ScheduledPublishing types (#7659)
  chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734)
  fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735)
  fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729)
  ...
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