Post Increment versus Pre Increment

Benchmark created on


Setup

let i = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
Post Increment
i++;
ready
Pre Increment
++i;
ready

Revisions

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