Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
js fn call v23
(version: 1)
Comparing performance of:
f1 vs f2 vs f3
Created:
one year ago
by:
Guest
Jump to the latest result
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)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
f1
f2
f3
Fastest:
N/A
Slowest:
N/A
Latest run results:
Run details:
(Test run date:
one year ago
)
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/OS:
Safari 17 on Mac OS X 10.15.7
View result in a separate tab
Embed
Embed Benchmark Result
Test name
Executions per second
f1
497376832.0 Ops/sec
f2
493495872.0 Ops/sec
f3
487984672.0 Ops/sec
Related benchmarks:
testesting
JS multiple parameters vs parameter object
asdasdasdasdad
Test is Equal elo level 1 simple
same test
Function vs () =>
boolean not to number
js fn call
js fn call v2
Comments
Confirm delete:
Do you really want to delete benchmark?