-
Notifications
You must be signed in to change notification settings - Fork 69
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
Question: Definition for TODO - Performance Comparison #1
Comments
@raphaeleidus Thank you for the good question. I used to measure by the scripts from jsc-android-buildscripts. However, we are not sure if that benchmarks fit with real apps. |
Just to update that I had some result already. |
@Kudo |
@sapjax Yes, and it should be expected. Well, memory usage / CPU / binary size might be another story compared with performance. |
It would be great to have some thoughts on what a performance comparison should look like.
Is it timing around running a bunch of JS code?
Is it timing around making a bunch of bridge module calls?
Is it taking an app and comparing the scroll performance?
Some mix of all of the above?
If you can start with defining that TODO a little more clearly I might be able to start the comparison and send in a PR.
The text was updated successfully, but these errors were encountered: