Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
math pow of 0 vs pow of 54
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Browser:
Chrome 128
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
pow 0
19.8M/s
pow 2
19.6M/s
View exact numbers
Test name
Executions per second
✓
pow 0
19,843,012 Ops/sec
pow 2
19,648,338 Ops/sec
Tests:
pow 0
var x = Math.pow(0,2);
pow 2
var x = Math.pow(54,2);