I am currently working on a JavaScript tool that, when executed, will eventually go through a node in the DOM. Since this can be a very expensive task, I would like to compare the performance of this script.
What is the best, free script comparison tool such as this in major browsers? Ideally, I need a tool (or a toolbox, even):
- ** To generate a report on any form based on the test results. ** It can be as simple as a table showing the runtime, or as complex a task as creating some form of chart. Itβs good anyway.
- ** To be free. ** Not that I donβt believe in paying for software, I just donβt need a tool like this in my daily tasks.
If possible, I would also like the tool to generate different levels of complex pages so that I can stress check the DOM set. This is not a necessity - if I need it, I can write one myself; however, I would have thought that I would first question the community to find out if something already exists.
source
share