FirstTest

Benchmark created by Faraz on


Description

This is just for testing purpose

Test runner

Ready to run.

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

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


})();
ready
Local window
(function(window) {

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


})();
ready

Revisions

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

  • Revision 1: published by Faraz on