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

refactor(releases): use actions API for (most of) release and versions #7720

Closed
wants to merge 2 commits into from

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented Oct 31, 2024

No description provided.

Copy link

vercel bot commented Oct 31, 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 1, 2024 11:25am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 11:25am
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 11:25am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 11:25am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 11:25am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Nov 1, 2024 11:25am

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Oct 31, 2024

Component Testing Report Updated Nov 1, 2024 11:32 AM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 1m 9s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 13s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 40s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 52s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 28s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 15s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 1m 10s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 2m 49s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 50s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 14s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 41s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 29s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 58s 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 Oct 31, 2024

⚡️ Editor Performance Report

Updated Fri, 01 Nov 2024 01:06:58 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 16.7 efps (60ms) 12.2 efps (82ms) +22ms (+36.7%) 🔴
article (body) 53.6 efps (19ms) 56.5 efps (18ms) -1ms (-5.1%)
article (string inside object) 17.9 efps (56ms) 12.9 efps (78ms) +22ms (+38.4%) 🔴
article (string inside array) 15.6 efps (64ms) 10.5 efps (95ms) +31ms (+48.4%) 🔴
recipe (name) 30.8 efps (33ms) 17.9 efps (56ms) +24ms (+72.3%) 🔴
recipe (description) 33.3 efps (30ms) 19.2 efps (52ms) +22ms (+73.3%) 🔴
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (6ms) +0ms (-/-%)
synthetic (title) 14.3 efps (70ms) 5.7 efps (175ms) +105ms (+150.0%) 🔴
synthetic (string inside object) 15.2 efps (66ms) 5.8 efps (171ms) +105ms (+159.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) 60ms 72ms 86ms 254ms 636ms 12.9s
article (body) 19ms 21ms 37ms 51ms 146ms 5.7s
article (string inside object) 56ms 60ms 64ms 317ms 437ms 8.6s
article (string inside array) 64ms 69ms 75ms 238ms 1025ms 9.7s
recipe (name) 33ms 35ms 59ms 73ms 0ms 8.5s
recipe (description) 30ms 31ms 35ms 65ms 0ms 5.9s
recipe (instructions) 6ms 8ms 8ms 22ms 0ms 3.2s
synthetic (title) 70ms 75ms 82ms 384ms 1519ms 16.0s
synthetic (string inside object) 66ms 74ms 82ms 338ms 1633ms 10.0s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 82ms 275ms 334ms 499ms 5760ms 20.9s
article (body) 18ms 22ms 57ms 345ms 721ms 7.5s
article (string inside object) 78ms 85ms 152ms 366ms 3980ms 13.4s
article (string inside array) 95ms 105ms 280ms 380ms 4675ms 14.6s
recipe (name) 56ms 69ms 198ms 220ms 3291ms 15.4s
recipe (description) 52ms 197ms 208ms 273ms 3097ms 11.7s
recipe (instructions) 6ms 8ms 9ms 33ms 34ms 3.8s
synthetic (title) 175ms 229ms 734ms 1413ms 15979ms 34.5s
synthetic (string inside object) 171ms 199ms 569ms 1179ms 14835ms 27.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

@pedrobonamin pedrobonamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense and looks good, thanks @bjoerge !

@bjoerge
Copy link
Member Author

bjoerge commented Nov 5, 2024

Merged in 1390141

@bjoerge bjoerge closed this Nov 5, 2024
@bjoerge bjoerge deleted the feat/corel-actions branch November 5, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants