Skip to content

Conversation

@squiggler
Copy link
Contributor

@squiggler squiggler bot commented Oct 22, 2025

I ran pnpm generate:dts-exports πŸ§‘β€πŸ’». If you need to investigate where new imports are coming from run TEST_DTS_EXPORTS_DIAGNOSTICS=full pnpm generate:dts-exports πŸ’‘

@squiggler squiggler bot requested a review from a team as a code owner October 22, 2025 09:21
@squiggler squiggler bot requested review from juice49 and removed request for a team October 22, 2025 09:21
@squiggler squiggler bot enabled auto-merge (squash) October 22, 2025 09:21
@vercel
Copy link

vercel bot commented Oct 22, 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 Oct 23, 2025 11:57am
performance-studio Ready Ready Preview Comment Oct 23, 2025 11:57am
test-studio Ready Ready Preview Comment Oct 23, 2025 11:57am
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
e2e-studio Ignored Ignored Oct 23, 2025 11:57am
studio-workshop Ignored Ignored Preview Oct 23, 2025 11:57am
test-next-studio Ignored Ignored Oct 23, 2025 11:57am

@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2025

πŸ§ͺ E2E Preview environment

πŸ”‘ Environment Variables for Local Testing

This is the preview URL for the E2E tests: https://e2e-studio-pafrxwqje.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-pafrxwqje.sanity.dev
  SANITY_E2E_DATASET="update depending the project you want to test (pr-10903-chromium-18747367542 || pr-10903-firefox-18747367542 )"
  SANITY_E2E_DATASET_CHROMIUM=pr-10903-chromium-18747367542
  SANITY_E2E_DATASET_FIREFOX=pr-10903-firefox-18747367542

@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2025

πŸ“Š Playwright Test Report

Download Full E2E Report

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2025

No changes to documentation

@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2025

⚑️ Editor Performance Report

Updated Thu, 23 Oct 2025 12:21:49 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Ξ” (%)
latency difference
article (title) 11.8 efps (85ms) 12.3 efps (81ms) -4ms (-4.1%) βœ…
article (body) 35.0 efps (29ms) 29.8 efps (34ms) +5ms (+17.5%) βœ…
article (string inside object) 13.3 efps (75ms) 12.7 efps (79ms) +4ms (+5.3%) βœ…
article (string inside array) 12.1 efps (83ms) 12.3 efps (82ms) -1ms (-1.2%) βœ…
recipe (name) 18.2 efps (55ms) 18.2 efps (55ms) +0ms (-/-%) βœ…
recipe (description) 19.8 efps (51ms) 19.2 efps (52ms) +2ms (+3.0%) βœ…
recipe (instructions) 99.9+ efps (7ms) 99.9+ efps (8ms) +1ms (-/-%) βœ…
singleString (stringField) 31.3 efps (32ms) 30.3 efps (33ms) +1ms (+3.1%) βœ…
synthetic (title) 8.4 efps (119ms) 8.4 efps (120ms) +1ms (+0.4%) βœ…
synthetic (string inside object) 10.0 efps (100ms) 9.3 efps (108ms) +8ms (+7.5%) βœ…

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) 85ms 116ms 213ms 320ms 3160ms 18.1s
article (body) 29ms 64ms 154ms 342ms 1309ms 9.9s
article (string inside object) 75ms 93ms 171ms 389ms 2617ms 11.6s
article (string inside array) 83ms 97ms 125ms 303ms 2563ms 11.9s
recipe (name) 55ms 72ms 93ms 177ms 1209ms 12.5s
recipe (description) 51ms 68ms 101ms 172ms 1049ms 8.9s
recipe (instructions) 7ms 13ms 31ms 126ms 85ms 3.9s
singleString (stringField) 32ms 39ms 51ms 70ms 72ms 8.6s
synthetic (title) 119ms 165ms 238ms 376ms 5632ms 24.5s
synthetic (string inside object) 100ms 121ms 206ms 331ms 4011ms 14.0s

πŸ§ͺ Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 81ms 103ms 180ms 489ms 3136ms 18.2s
article (body) 34ms 51ms 168ms 331ms 1465ms 10.7s
article (string inside object) 79ms 97ms 135ms 449ms 2804ms 12.9s
article (string inside array) 82ms 107ms 161ms 450ms 2880ms 12.4s
recipe (name) 55ms 72ms 95ms 150ms 1201ms 11.9s
recipe (description) 52ms 70ms 103ms 122ms 1082ms 9.0s
recipe (instructions) 8ms 11ms 17ms 118ms 88ms 3.6s
singleString (stringField) 33ms 42ms 51ms 78ms 28ms 8.9s
synthetic (title) 120ms 208ms 244ms 402ms 5568ms 25.5s
synthetic (string inside object) 108ms 137ms 190ms 438ms 4284ms 14.1s

πŸ“š 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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2025

Coverage Report

Status Category Percentage Covered / Total
πŸ”΅ Lines 44.83% 64419 / 143665
πŸ”΅ Statements 44.83% 64419 / 143665
πŸ”΅ Functions 49.87% 3239 / 6494
πŸ”΅ Branches 79.46% 12065 / 15183
File CoverageNo changed files found.
Generated in workflow #43986 for commit d2eb632 by the Vitest Coverage Report Action

@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from 6f9f360 to 930342a Compare October 22, 2025 10:33
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from 930342a to f66f76b Compare October 22, 2025 10:39
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from f66f76b to 49f86ae Compare October 22, 2025 15:01
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from 49f86ae to 25e666f Compare October 22, 2025 15:11
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from 25e666f to 3835a44 Compare October 22, 2025 16:37
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from 3835a44 to abc1039 Compare October 23, 2025 08:29
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from abc1039 to 34cd314 Compare October 23, 2025 08:47
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from 34cd314 to e17520d Compare October 23, 2025 09:04
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from e17520d to 8bbb92c Compare October 23, 2025 10:57
@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from 8bbb92c to d2eb632 Compare October 23, 2025 11:49
@squiggler squiggler bot closed this Oct 23, 2025
auto-merge was automatically disabled October 23, 2025 13:24

Pull request was closed

@squiggler squiggler bot force-pushed the actions/generate-dts-tests-if-needed branch from d2eb632 to 1c8a445 Compare October 23, 2025 13:24
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.

0 participants