testvl

Benchmark created on


Setup

var a, i;

Test runner

Ready to run.

Testing in
TestOps/sec
t1
for (i = 0; i < 100; ++i) {
  a += i - a * 2;
}
ready
t2
i = 0;
while (i < 100) {
  a += i - a * 2;
  ++i;
}
ready

Revisions

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