-
Notifications
You must be signed in to change notification settings - Fork 15
Update/rewrite web-tooling-benchmark #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update/rewrite web-tooling-benchmark #153
Conversation
✅ Deploy Preview for webkit-jetstream-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…-19_web-tooling-update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, LGTM with a comment on the worst case count.
"prepack", | ||
"uglify-js", | ||
"esprima-next", | ||
// "lebab", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: We should probably comment as to why we're not running it anymore.
BUNDLE: `./web-tooling-benchmark/dist/${name}.bundle.js`, | ||
...WPT_FILES, | ||
}, | ||
iterations: 15, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 Worst Case counts out of 15 seems kinda high relative to other benchmarks with 15 iterations. All the others do 2 worst cases for 15 iterations.
The orignal benchmark has been stale for a while and uses a more node-oriented build process.
Given the experience with the previous webpacked workloads I've decided to simply include the full sources and adapt and rewrite it.