Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Benchmark with such name already exis
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/134.0.0.0 Safari/537.36
Browser:
Chrome 134
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Math.
241.3M/s
Math.pow vs
230.5M/s
Math.pow vs **
226.0M/s
Math.pow vs ** vs
215.8M/s
View exact numbers
Test name
Executions per second
✓
Math.
241,343,872 Ops/sec
Math.pow vs
230,521,248 Ops/sec
Math.pow vs **
225,993,184 Ops/sec
Math.pow vs ** vs
215,805,856 Ops/sec
Tests:
Math.
var tmp = Math.pow(6, 2);
Math.pow vs ** vs
var tmp = Math.pow(6, 1 / 8);
Math.pow vs **
var tmp = Math.pow(6, 1 / 64);
Math.pow vs
var tmp = Math.pow(6, 1 / 256);