better way of seting vars

Benchmark created by Jonas Fischer on


Test runner

Ready to run.

Testing in
TestOps/sec
normal
var y;
var x = 34243;
y = x;
z = x + 4;
ready
advanced
var y;
var x = 34243;
z = (y = y) + 4;
ready

Revisions

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

  • Revision 1: published by Jonas Fischer on