You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion. I'm pretty sure we did at least some of the performance tests with a cold start for each test (i.e. we only ran one of the executers per launch).
I don't know much about VM optimizations, but as each test involves lots of looping, and each set of tests is run 5 times I'd hope all tests would benefit from any optimizations.
bmcd
pushed a commit
to touchlab-lab/android-orm-benchmark
that referenced
this issue
May 26, 2015
Java/Dalvik optimise code as they are run, if GreenDAO ORMLite call similar methods the test running last will actually be automatically optimised.
You ideally need to cold start every test to get anything near to a 'reliable' benchmark (if such thing exists).
The text was updated successfully, but these errors were encountered: