ct

JavaScript performance comparison

Test case created

Test runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
t
var r = console.assert(1);
if(r==="asda") alert(1);
pending…
c
function b() {
  var c = b.caller;
  while (c) c = c.caller;
  if(c==="WHOAS") alert(1);
};
pending…
t2
if ((new Error()).stack === "WHOA!") alert(1);
pending…

You can edit these tests or add even more tests to this page by appending /edit to the URL.

Compare results of other browsers

0 comments

Add a comment