Great work so far. Just three comments: - You identify your platform and the user agents you've tested, but since Batik is a Java application it would make sense to also state which JVM version was used.
- Your testing method does not necessarily measure a relevant benchmark. A scripting engine which queues events in such a way that interval and timeout events always are executed in the correct order would get perfect scores, no matter how much time the rendering takes. In the second call to setInterval() you could create a Date object each time and use that for measuring, to account for the possibility that the longer interval might be delayed in accordance with the shorter interval. Furthermore a user agent could switch to rendering only every other frame when the animation speed would otherwise slow down too much. Video player software commonly does this. - Finally I'd like to note that a normal distribution in fact is an absolutely unreasonable assumption for a variable which can not be negative. A gamma distribution is more like it. --- In [email protected], "G. Wade Johnson" <[EMAIL PROTECTED]> wrote: > > I have just posted a second draft of my "Results of Profiling Scripting > Animation in SVG" on my website at > http://anomaly.org/wade/projects/svg/profiling/ > > I would appreciate any input from anyone who has the time to read and > comment on it. > > I will try to incorporate any comments (and some changes to the charts) > into a final version over the next few days/weeks. I also plan to put a > little time into styling, so it doesn't look quite so bland. > > I hope to add more specific profiling over time to compare different > aspects of scripting SVG. > > Any input would be appreciated. > G. Wade > -- > All things are possible, given enough time and caffeine. > -- Danny Hoover > ------------------------------------ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

