Before or After In For

Benchmark created by Lucas Hereld on


Test runner

Ready to run.

Testing in
TestOps/sec
var++
for (var index = 0; index < 10000; index++);
ready
++var
for (var index = 0; index < 10000; ++index);
ready

Revisions

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

  • Revision 1: published by Lucas Hereld on