Skip to content
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

Track binary sizes for each Yew release #858

Closed
jstarry opened this issue Jan 9, 2020 · 3 comments · Fixed by #2352
Closed

Track binary sizes for each Yew release #858

jstarry opened this issue Jan 9, 2020 · 3 comments · Fixed by #2352
Assignees
Labels
A-ci Area: The continuous integration performance

Comments

@jstarry
Copy link
Member

jstarry commented Jan 9, 2020

We should have a good idea of what binary size a user can expect from the framework.

Maybe a table with columns for stdweb and web-sys and rows for various project / feature (services, agents, etc) complexity configs

@voidpumpkin
Copy link
Member

I recon we could just track bundle sizes of all the examples. This way we don't need to maintain any separate code for bundle size checking.

@siku2
Copy link
Member

siku2 commented Nov 24, 2021

I recon we could just track bundle sizes of all the examples. This way we don't need to maintain any separate code for bundle size checking.

I like that idea. Also provides a way to compare sizes across different workloads

@voidpumpkin voidpumpkin self-assigned this Jan 9, 2022
@voidpumpkin
Copy link
Member

@siku2 js-framework-benchmark now includes binary size tracking so we can just use that from the updated benchmarks action that i will push some time in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration performance
Projects
None yet
3 participants