declarations

Benchmark created by Illmatar on


Setup

var index;

Test runner

Ready to run.

Testing in
TestOps/sec
declare each
for (index = 0; index < 1000; index++) {
  var i;
  var indexe;
  var ind;
  var inde;
}
ready
declare all
for (index = 0; index < 1000; index++) {
  var i, indexe, 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