Vars

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
same line
var a = 1,
    b = 2,
    c = 3,
    d = 4,
    e = 5;
ready
separate lines
var a = 1;
var b = 2;
var c = 3;
var d = 4;
var e = 5;
ready

Revisions

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