Skip to content

Conversation

jordanl17
Copy link
Member

Description

What to review

Testing

Notes for release

Copy link

vercel bot commented Sep 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
page-building-studio Ready Ready Preview Comment Sep 22, 2025 0:11am
performance-studio Ready Ready Preview Comment Sep 22, 2025 0:11am
test-studio Ready Ready Preview Comment Sep 22, 2025 0:11am
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
e2e-studio Ignored Ignored Sep 22, 2025 0:11am
studio-workshop Ignored Ignored Preview Sep 22, 2025 0:11am
test-next-studio Ignored Ignored Sep 22, 2025 0:11am

Copy link
Contributor

github-actions bot commented Sep 18, 2025

No changes to documentation

Copy link
Contributor

github-actions bot commented Sep 18, 2025

⚡️ Editor Performance Report

Updated Mon, 22 Sep 2025 12:32:11 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Δ (%)
latency difference
article (title) 19.2 efps (52ms) 22.2 efps (45ms) -7ms (-13.5%)
article (body) 42.8 efps (23ms) 42.2 efps (24ms) +0ms (+1.5%)
article (string inside object) 22.2 efps (45ms) 22.2 efps (45ms) +0ms (-/-%)
article (string inside array) 20.0 efps (50ms) 20.8 efps (48ms) -2ms (-4.0%)
recipe (name) 37.0 efps (27ms) 37.0 efps (27ms) +0ms (-/-%)
recipe (description) 43.5 efps (23ms) 40.0 efps (25ms) +2ms (+8.7%)
recipe (instructions) 99.9+ efps (6ms) 99.9+ efps (8ms) +2ms (-/-%)
singleString (stringField) 45.5 efps (22ms) 47.6 efps (21ms) -1ms (-4.5%)
synthetic (title) 15.9 efps (63ms) 15.9 efps (63ms) +0ms (-/-%)
synthetic (string inside object) 15.9 efps (63ms) 15.9 efps (63ms) +0ms (-/-%)

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) 52ms 59ms 88ms 207ms 616ms 13.1s
article (body) 23ms 32ms 68ms 131ms 268ms 7.0s
article (string inside object) 45ms 48ms 57ms 150ms 342ms 7.7s
article (string inside array) 50ms 53ms 62ms 201ms 363ms 7.9s
recipe (name) 27ms 30ms 35ms 49ms 5ms 8.9s
recipe (description) 23ms 26ms 29ms 34ms 0ms 5.1s
recipe (instructions) 6ms 10ms 11ms 26ms 0ms 3.1s
singleString (stringField) 22ms 24ms 27ms 42ms 0ms 8.0s
synthetic (title) 63ms 66ms 72ms 100ms 1156ms 15.7s
synthetic (string inside object) 63ms 64ms 77ms 129ms 1147ms 8.4s

🧪 Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 45ms 51ms 71ms 155ms 375ms 12.9s
article (body) 24ms 25ms 39ms 80ms 116ms 6.4s
article (string inside object) 45ms 48ms 51ms 53ms 148ms 7.0s
article (string inside array) 48ms 51ms 58ms 140ms 240ms 7.6s
recipe (name) 27ms 31ms 38ms 52ms 0ms 8.4s
recipe (description) 25ms 27ms 30ms 47ms 0ms 5.4s
recipe (instructions) 8ms 11ms 11ms 20ms 0ms 3.2s
singleString (stringField) 21ms 23ms 25ms 28ms 0ms 6.9s
synthetic (title) 63ms 68ms 72ms 127ms 1056ms 14.8s
synthetic (string inside object) 63ms 70ms 86ms 428ms 1361ms 9.6s

📚 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

⚡️ Editor Performance Report

Waiting for Editor Performance Tests to finish…

Copy link
Contributor

github-actions bot commented Sep 18, 2025

🧪 E2E Preview environment

🔑 Environment Variables for Local Testing

This is the preview URL for the E2E tests: https://e2e-studio-wwxuh3w62.sanity.dev

To run the E2E tests locally, you can use the following environment variables, then run pnpm test:e2e --ui to open the Playwright test runner.

💬 Remember to build the project first with pnpm build:e2e.

  SANITY_E2E_PROJECT_ID=ittbm412
  SANITY_E2E_BASE_URL=https://e2e-studio-wwxuh3w62.sanity.dev
  SANITY_E2E_DATASET="update depending the project you want to test (pr-10669-chromium-17914658862 || pr-10669-firefox-17914658862 )"
  SANITY_E2E_DATASET_CHROMIUM=pr-10669-chromium-17914658862
  SANITY_E2E_DATASET_FIREFOX=pr-10669-firefox-17914658862

Copy link
Contributor

github-actions bot commented Sep 18, 2025

📊 Playwright Test Report

Download Full E2E Report

This report contains test results, including videos of failing tests.

Copy link
Contributor

github-actions bot commented Sep 18, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 44.73% 63890 / 142817
🔵 Statements 44.73% 63890 / 142817
🔵 Functions 49.89% 3222 / 6457
🔵 Branches 79.23% 11915 / 15038
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/sanity/src/presentation/i18n/resources.ts 0% 0% 0% 0% 1-140
packages/sanity/src/presentation/preview/PreviewHeader.tsx 0% 0% 0% 0% 1-287
packages/sanity/src/presentation/preview/PreviewVariantButton.tsx 0% 0% 0% 0% 1-120
Generated in workflow #42747 for commit 76a4722 by the Vitest Coverage Report Action

@jordanl17 jordanl17 force-pushed the feat/presentation-select-decide-params branch from 5537de5 to 33f97c1 Compare September 22, 2025 12:00
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.

1 participant