Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
js fn call v23
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Safari/605.1.15
Browser:
Safari 17
Operating system:
Mac OS X 10.15.7
Device Platform:
Desktop
Date tested:
one year ago
f1
497.4M/s
f2
493.5M/s
f3
488.0M/s
View exact numbers
Test name
Executions per second
✓
f1
497,376,832 Ops/sec
f2
493,495,872 Ops/sec
f3
487,984,672 Ops/sec
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
const o = { f1(a,b){a**b}, f2: (a,b) => {return a**b}, f3: undefined}
Tests:
f1
o.f1?.(123,345)
f2
o.f2?.(123,345)
f3
o.f3?.(123,345)