Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
++i vs i++
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
Browser:
Chrome 140
Operating system:
Linux
Device Platform:
Desktop
Date tested:
11 months ago
++i
43/s
i++
42/s
View exact numbers
Test name
Executions per second
✓
++i
43 Ops/sec
i++
42 Ops/sec
Tests:
++i
for (var i = 0; i < 100_000_000; ++i) {}
i++
for (var i = 0; i < 100_000_000; i++) {}