test

Benchmark created by Test on


Preparation HTML

<script>
  var i, j;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
Document write line
var x = "";

for(i=0;i<100;i++)
{
  for(j=i;j>0;j--)
  {
    x += i + "x" + j;
  }
}
ready
Debug write line
for(i=0;i<100;i++)
{
  for(j=i;j>0;j--)
  {
    debug.write(i + "x" + j);
  }
}
ready

Revisions

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