-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[REF-1682][REF-1683][REF-1684][REF-2283]Benchmark reflex package size and .web folder #2880
Merged
Conversation
This file contains 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
4006423
to
69716ee
Compare
69716ee
to
0a3dc4c
Compare
ElijahAhianyo
commented
Mar 22, 2024
martinxu9
approved these changes
Mar 25, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
This Pr we benchmark the following:
poetry build
on the PR and measuring the size of the generateddist
folderpip install reflex
) with all of the dependencies it installs. we achieve this by installing reflex invenv
and then calculating the size of thesite-packages
directory..web
folder after running the counter app..web
folder after running reflex-web.We then publish the data obtained to a postgres db.
Note that the sizes calculated are published/stored as megabytes.