declarations

Benchmark created by Illmatar on


Setup

var index;

Test runner

Ready to run.

Testing in
TestOps/sec
declare each
for (var index = 0; index < 1000; index++) {
  var i;
  var in ;
  var ind;
  var inde;
}
ready
declare all
for (index = 0; index < 1000; index++) {
  var i, in ,
    ind,
    inde;
}
ready

Revisions

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

  • Revision 1: published by Illmatar on