Re: Measuring DOM performance
John Resig <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
> Covers in what sense? It's one thing to test insertion of a single node > into a parent. It's another to test insertion of a subtree. Oh, and the > behavior might depend on the nodes being inserted (do they have names or > ids?), on the parent (is it display:none or not? is it actually in a > document?) and some other things. > > That's all one single appendChild DOM API. Covers in the sense that it uses the method for some form of testing (the particulars will, naturally, need to be analyzed further). It sounds like you're more interested in comprehensive regression tests - whereas Dromaeo is more optimized towards analyzing the performance of the most-commonly performed tasks (crossed by most DOM methods). --John