declaring variables

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
with null
var a = null;

a = 1;
ready
without null
var a;

a = 1;
ready

Revisions

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