per vs post increment

Benchmark created on


Setup

var a = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
Pre
++a;
ready
Post
a++
ready

Revisions

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