Var In Var Out

Benchmark created by Lucas Hereld on


Preparation HTML

<script>
  var countOut;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
Var In
for (var countIn = 0; countIn < 10; countIn++);
ready
Var Out
for (countOut = 0; countOut < 10; countOut++);
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