Re: Measuring DOM performance
Jean-Marc Desperrier <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > Current plan is to run the updated dromaeo, but does this actually > measure what we want? It obviously measures js performance in addition to DOM performance. A first step is to disable jit to not measures the jit engine ability to jit the dromaeo code, but then js performance variations might easily hide the DOM performance variations. Do you need to measure the performance of every DOM operation ? Of the most commonly used ones on the web ? Is measuring a short set of simple DOM operation a good enough proxy ?