var

Benchmark created by var on


Description

var a; var b = 10; var c = b*1000; var d = [a,b,c];

Test runner

Ready to run.

Testing in
TestOps/sec
a
var a;
var b = 10;
var c = b * 1000;
var d = [a, b, c];
ready
b
var a, b = 10,
    c = b * 1000,
    d = [a, b, c];
ready

Revisions

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

  • Revision 1: published by var on
  • Revision 2: published by Nikolay S. Frantsev on