Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
Chrome 57
Windows
Other
7 years ago
Test name Executions per second
Standard For loop i++ 4.1 Ops/sec
Standard For loop i-- 6.1 Ops/sec
While, i-- 2.3 Ops/sec
While, with 8 iterations, with function call 21.9 Ops/sec
While, with 8 iterations, without function call 28.5 Ops/sec
While, with 50 iterations, with function call 143.8 Ops/sec
Script Preparation code:
Tests:
  • Standard For loop i++

  • Standard For loop i--

  • While, i--

  • While, with 8 iterations, with function call

  • While, with 8 iterations, without function call

  • While, with 50 iterations, with function call