Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
math pow vs multiply
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0
Browser:
Firefox 130
Operating system:
Mac OS X 10.15
Device Platform:
Desktop
Date tested:
one year ago
mult
1692.3M/s
pow
1688.7M/s
View exact numbers
Test name
Executions per second
✓
mult
1,692,299,776 Ops/sec
pow
1,688,719,104 Ops/sec
Tests:
pow
var x = Math.pow(54,2);
mult
var y = 54*54