Update Speedometer2.1 content to latest runner - #348
Merged
camillobruni merged 146 commits intoJan 30, 2024
Merged
Conversation
…tent of the tests (WebKit#151)
* Add observable plot * Add a grouped bar chart * Add dot chart * Add a reset button and minor refactoring * Regenerate * Cache mapped state for states * Remove one intermediary array * Comments tweaking * Use vite machinery to inject the csv files as string in the production build * Simplify the test * Comment the Grouped Chart example * Review comments: add more comments, extract some values to constants, and various other small things * Add a README file * Moved the developer page to developer.html and add a new index * Remove the graph comments better, remove the unused parameter in the call to parseAirportsInformation and extract the number of airports to keep to a constant * Remove addGroupedBars and related code --------- Co-authored-by: Brian Grinstead <briangrinstead@gmail.com>
- Use more performance.mark for whole suites. - Pre-build the mark strings upfront
We've noticed that we get lazy compilation events for test-runner methods. By doing running a warmup suite first, we can avoid this addition noise during measurements. - Add Warmup suite - Add params.useWarmupSuite option - Add better performance.measure annotation for all suites
- Enforce better default order of metrics - Introduce Metric.separator to be used by metrics-ui and CSV generation - Use Geomean instead of Total
WebKit#155) * Make the number of airports per group configurable * Add test steps to run drawing the graph with more items in each state
This allows the benchmark to be ran on a subdirectory.
…om. (WebKit#171) Fixes WebKit#138 This allows the test runner to support an iteration count higher than 100.
For the upcoming comparison view we will need the separate data points which are not available in the existing JSON format. - Add `Download classic JSON` button - `Download JSON` and `Copy JSON` now provide a serialized version of the new metrics - Make sure there are not loops in the metrics structure to JSON.stringify them directly - Rename "Total" to "Geomean"
… on all mobile browsers (WebKit#183) Fixes WebKit#130
This class abstracts away two nested setTimeout calls and requestAnimationFrame.
This PR adds a new query string parameter requestAnimationFrame, which takes the value of either "timer" or "raf". "timer" is the existing and default measurement method. When it's "raf", we use two consecutive requestAnimationFrame first of which runs the sync step and second of which schedules a 0s timer to signify the end of async step.
This PR does not enable any test in the runner. Co-authored-by: issack john <issackjohn@microsoft.com>
* Fix count * Rewrite generator * Wrap the generator in a function * combine folderwrapper and treeitem * add class for type of item * Update dist folders --------- Co-authored-by: Julien Wajsberg <felash@gmail.com> Co-authored-by: Issack John <issack.john@outlook.com>
* Check prereqs in the build script and handle them * add code comments * Update build scripts & package.jsons
- Fix scroll content overflow - Remove li spacing in the developer menu
…reeView hidden elements. (WebKit#327)
waitOnElement uses a 50ms timeout, which was historically motivated by FlightJS that used requirejs which had a hard-coded 50ms pause. We've observed fragile CPU scaling behavior with this approach in Speedometer 2.1. V3.0 is less affected by this since the perf-dashboard is the only workload the regularly needs another cycle to wait (all other workloads are ready after onload has fired). Using rAF lowers the timeout limit and is more realistic in required CPU ramp-up performance.
…bKit#337) Previously, we were transforming it into a set. This was giving problems in a later condition, so that no message/debugInfo were defined, and the user would get an alert with the message "undefined". Now the set stays local to the code block where it's used, so that the parameter variable "tags" is an array for the whole function, for more consistency with the "names" variable.
…ic WebKit pathology (WebKit#338) * Utility function to create css variants for big-dom.css * update build scripts * update dists
* update package-locks
rniwa
approved these changes
Jan 27, 2024
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.
Merge the speedometer2.1-content branch with the latest main branch to get the developer-menu.