-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Baseline 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
Comments
I think we are in a way better place for this but I think it still stands. The tldr; of it is that would be useful to capture these (or similar) metrics when we run our tests to have a good measure of deltas between releases or even just we merge PRs, so that we can understand how much we are making things faster overtime or early identify PRs that are significant performance regressions... |
I think we should close this for the following reasons:
|
In terms of load time, I suspect anything we (PolyScript or PyScript) are doing is going to get dwarfed by the load/init time of Pyodide, so probably the thing for us to do is just keep an eye on (and contribute to the improvement of!) Pyodide load time/size. But agreed, I don't think trying to generate our own metrics here makes a ton of sense. If anything, something we can keep in the back of our minds, but not worth generating metrics on every PR for, if that makes sense? So agreed, let's close. |
Agreed. Let's close. |
Follow task up from #152 issue. It'd be extremely helpful to have a baseline benchmark where we capture the following loading times on each example page:
The text was updated successfully, but these errors were encountered: