for-speed

Benchmark created by zit on


Test runner

Ready to run.

Testing in
TestOps/sec
1) dec
for (var i = 101; i--;) {}
ready
2) dec pre
for (var i = 101; --i > -1;) {}
ready
3) inc in expr
for (var i = -1; ++i <= 100;) {}
ready
4) classic inc
for (var i = 0; i < 100; i++) {}
ready

Revisions

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