|
Mvp4gPerformances
Performances of Mvp4g
IntroductionThe goal of this test is to compare Mvp4g event bus and GWT HandlerManager performances in order to verify applications built with Mvp4g framework aren't slower than applications built with GWT HandlerManager. Test Description10 events handled by 10 presenters (each presenter handles the 10 events) are sent N times. Presenters' handle methods do nothing in order to measure only GWT HandlerManager/Mvp4g EventBus process time. Events instances needed to send events to GWT HandlerManager are created before test starts and the same instances of events are sent for each step of the test. You can find the test project here and try it here. ResultsIE 8
FF 3.5
ConclusionMvp4g event bus processes events faster than GWT HandlerManager. However time to process a few events is the same and in most cases applications won't send more than 1 or 2 events at a time. To sum up, I would just say that application developped with Mvp4g framework aren't slower than an application developped with GWT HandlerManager. | |||||||||||||||||||||||||||||||||||||
Hi,
Great job. I recommend you to test chrome.
// thb
Great job.