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
You could use https://github.com/anywhichway/benchtest which wraps existing Mocha unit tests with performance tests.