call undefined vs no call

Benchmark created on


Setup

function beep () { return Math.random(0, 100) * 10 }

Test runner

Ready to run.

Testing in
TestOps/sec
call
beep.call(undefined)
ready
no call
beep()
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.