Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/docs/src/content/docs/methodology.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ implement the same small benchmark routes and data shape wherever possible, so
the stats focus on browser rendering, server rendering, request-handler
throughput, and load behavior for comparable production apps.

The client- and server-rendered browser tests benchmarks run directly on the Depot runner host and use the
host Chrome installation. They use headless Chrome with Lighthouse's desktop form factor, `throttlingMethod: provided`, and screen
emulation disabled. Lighthouse applies no simulated CPU or network throttling.
Requests use a local connection to a production server, so the results are
relative comparisons on the CI host rather than estimates for typical devices
or networks.

### Framework Specific Notes

- These runtime apps are not currently intended to measure static-site output. Astro's
Expand Down
Loading