Speedometer
Speedometer copied to clipboard
An open source repository for the Speedometer benchmark
# 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.  | 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...