Speedometer
Speedometer copied to clipboard
An open source repository for the Speedometer benchmark
Since the data doesn't contain an `id` field for each item, the workload is now generating keys for each `` element dynamically while rendering, using `uuidv4()`. https://github.com/WebKit/Speedometer/blob/3150f4117389931ba36871c4a0ab4e289d273965/resources/newssite/news-next/src/components/article/article-content.jsx#L23-L32 This will cause...
This was raised in a Gecko bug https://bugzilla.mozilla.org/show_bug.cgi?id=1915251#c1: > So on each iteration the multiple decodes are because the image is used at different sizes, and the decodes are at...
This pull request introduces a new experimental responsive design workload, featuring a single-page cooking website built with Lit and Tailwind CSS. The hosted version can be found [here](https://neon-gumdrop-d49b03.netlify.app/). [Quick link...
This is a Jaspr Dart Web application compiled with dart2js and dart2wasm. The source is from [0] and was compiled with a modified Jaspr CLI tool (see PR in [1])...
- Merge the test, dev and npm run server commands to use local-web-server. - Send COEP headers by default - Run `npm ci` to regenerate package-lock and sort package.json entries...
Let's use "next" for the main branch version identifier consistently in all sections.
The "non standard parameters" warning doesn't show up after changing defaults in the developer mode
### STR 1. Open the benchmark with ?developerMode 2. Open the developer menu 3. click "unselect all" 4. click "Perf-Dashboard" 5. click "Start tests" ### Actual After the run, the...
For HW developer / external folks it's nice if the score doesn't change too much between releases. After merging all score-changing changes back to v3.1 we should do a thorough...
- Include the suite prepare time in total time if param.debugMetrics is set - Add SuiteRunner._suiteResults local variable
Depends on params.mjs changes in #469 Work in progress proposal for adding a variable complexity param. - `complexity === 1.0`: workloads run in default configuration - `complexity > 1.0`: ideally...