I'm experiencing the need to test the performance differences of some variants of code (native/with plugins).
Is there an online service, like jsbin, jsfiddle for execution, where I can put the code in, like
// BEGIN
var bla;
jQuery.map(bla, function(){});
// END
and get execution time?