pre-increment vs post

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Pre
for (let i = 0; i < 1000; ++i) {}
ready
Post
for (let i = 0; i < 1000; i++) {}
ready

Revisions

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