Add initial README with some setup and runner instructions#258
Merged
danleh merged 4 commits intoWebKit:mainfrom Jan 14, 2026
Merged
Add initial README with some setup and runner instructions#258danleh merged 4 commits intoWebKit:mainfrom
danleh merged 4 commits intoWebKit:mainfrom
Conversation
✅ Deploy Preview for webkit-jetstream-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
Drive-by: fix some wrong links in the HTML (e.g., no CSS for in-depth.html and wrong link to in-depth.html from index.html). |
Closed
camillobruni
approved these changes
Jan 14, 2026
Contributor
camillobruni
left a comment
There was a problem hiding this comment.
LGTM modulo scoring section nit (not feeling strongly about that one).
Contributor
Author
|
Since this is mostly additive and meant as a first version to iterate on, I'll merge this for now. |
kmiller68
reviewed
Jan 14, 2026
|
|
||
| ### Preloading and Compression | ||
|
|
||
| The JetStream driver (both in the browser and shell runners) _preloads_ some large assets and source files. |
Contributor
There was a problem hiding this comment.
It's a bit unclear what preloading means in this context. Might be worth splitting this into two parts e.g.
#### Network prefetching
In order to avoid the CPU frequency spinning down between tests we prefetch all assets before any of the tests start in the browser (In the CLI we assume all assets are on disk). Assets are saved in a blob URL so they can be cached on disk. This lowers the peak memory footprint of the benchmark to a sustainable level.
#### Large Asset preloading
The JetStream driver (both in the browser and shell runners) _preloads_ some large assets and source files. This avoids extensive disk I/O from the memory.
Contributor
Author
There was a problem hiding this comment.
Good points, I'll use that tomorrow in a follow-up (or feel free to send a quick PR, whatever works).
danleh
added a commit
to danleh/JetStream
that referenced
this pull request
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Let's iterate later but start with a very simple first version already. Fixes #107.
Rendered doc, updated in-depth doc.