How do you performance test JavaScript code?

CPU Cycles, Memory Usage, Execution Time, etc.?

Added: Is there a quantitative way of testing performance in JavaScript besides just perception of how fast the code runs?

23 Answers
23

Leave a Comment