Test

Benchmark created on


Description

this is just a test

Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
global window
(function() {

  for (var x = 0; x < 100; x++) {
    console.log(window);
  }

})();
ready
Test 2
(function(window) {

  for (var x = 0; x < 100; x++) {

    console.log(window);

  }


})();
ready

Revisions

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