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

ignore this 😇 #7539

Closed
wants to merge 21 commits into from
Closed

ignore this 😇 #7539

wants to merge 21 commits into from

Conversation

ricokahler
Copy link
Contributor

just testing some good ole' CI

Copy link

vercel bot commented Sep 24, 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 Sep 29, 2024 3:06pm
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2024 3:06pm
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2024 3:06pm
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2024 3:06pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2024 3:06pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Sep 29, 2024 3:06pm

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Sep 24, 2024

⚡️ Editor Performance Report

Updated Sun, 29 Sep 2024 15:21:55 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 17.5 efps (57ms) 18.2 efps (55ms) -2ms (-3.5%)
article (body) 59.7 efps (17ms) 59.9 efps (17ms) -0ms (-0.3%)
article (string inside object) 20.0 efps (50ms) 19.2 efps (52ms) +2ms (+4.0%)
article (string inside array) 15.4 efps (65ms) 15.2 efps (66ms) +1ms (+1.5%)
recipe (name) 31.3 efps (32ms) 31.3 efps (32ms) +0ms (-/-%)
recipe (description) 34.5 efps (29ms) 35.7 efps (28ms) -1ms (-3.4%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (6ms) +0ms (-/-%)
synthetic (title) 14.7 efps (68ms) 15.2 efps (66ms) -2ms (-2.9%)
synthetic (string inside object) 15.6 efps (64ms) 15.2 efps (66ms) +2ms (+3.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) 57ms 63ms 74ms 159ms 3083ms 13.2s
article (body) 17ms 20ms 25ms 136ms 515ms 5.7s
article (string inside object) 50ms 52ms 56ms 102ms 2443ms 8.1s
article (string inside array) 65ms 68ms 78ms 120ms 3762ms 9.4s
recipe (name) 32ms 34ms 41ms 64ms 352ms 9.2s
recipe (description) 29ms 31ms 35ms 52ms 291ms 6.1s
recipe (instructions) 6ms 8ms 9ms 20ms 0ms 3.2s
synthetic (title) 68ms 75ms 94ms 198ms 4571ms 17.0s
synthetic (string inside object) 64ms 70ms 81ms 239ms 3589ms 10.0s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 55ms 59ms 93ms 167ms 3379ms 13.2s
article (body) 17ms 18ms 21ms 74ms 707ms 5.4s
article (string inside object) 52ms 54ms 59ms 109ms 2820ms 8.5s
article (string inside array) 66ms 70ms 82ms 126ms 3786ms 9.6s
recipe (name) 32ms 35ms 39ms 61ms 287ms 9.2s
recipe (description) 28ms 30ms 33ms 83ms 221ms 5.9s
recipe (instructions) 6ms 8ms 9ms 10ms 0ms 3.3s
synthetic (title) 66ms 71ms 82ms 287ms 4980ms 17.0s
synthetic (string inside object) 66ms 69ms 75ms 276ms 4589ms 9.7s

📚 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 Sep 24, 2024

Component Testing Report Updated Sep 29, 2024 3:17 PM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 43s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 30s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 37s 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) 44s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 41s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 14s 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) 35s 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

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