What is the best way to do perf testing for JavaScript?
So, I have a bunch of code that I'm looking into doing a little perf testing for. Most of these can be handling a lot of data and iterating over them, so it can be quite intensive. As jsperf is still unavailable for the time being, I was wondering what the best approach and alternative to take is?