Speedometer icon indicating copy to clipboard operation
Speedometer copied to clipboard

An open source repository for the Speedometer benchmark

Results 64 Speedometer issues
Sort by recently updated
recently updated
newest added

# WIP to show how workloads from another repository could get installed and used in Speedometer, with minimal changes. ## What is speedometer-workloads? [Speedometer-workloads](https://github.com/GoogleChromeLabs/speedometer-workloads) is a standalone monorepo that contains...

This WIP PR adds `AsyncBenchmarkTestStep` and completely separate async run paths so the default runs are not affected.

Chose a random one (web-components), to add emojis to. We can change that to any todomvc app though. ![Screenshot 2024-07-03 at 1 48 28 PM](https://github.com/WebKit/Speedometer/assets/372973/b0353f7e-5ae5-4be6-b30c-0ae1aba7269c) | browser | before |...

# Use speedometer-workloads package instead of local workloads This pr installs a package that contains all workloads, in favor of using workloads that are currently in the resource folder. ##...

This pr switches the storage from in-memory to localStorage for todomvc-es5. Scores snapshot: | browser | before | after | | -------- | -------- | -------- | | chrome |...

WIP PR to demonstrate a hacky approach to run workloads independently from the main runnner. hosted version: https://chromium-workloads.web.app/speedometer/v3.0-custom/?developerMode=&domainPerIteration=true

Refactor the runner a bit to be more flexible for upcoming experimental PRs.

This adds an id to the toggle all input - see: https://github.com/tastejs/todomvc/pull/2257 @kara

This fixes next.js issue: https://github.com/WebKit/Speedometer/issues/422 A separate pr for Nuxt will do the same. The fix here is to add unique ids to any article content that is a list....

This fixes next.js issue for Nuxt: https://github.com/WebKit/Speedometer/issues/422 The fix here is to add unique ids to any article content that is a list. This is done in the actual data...