some

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
1
const obj = {meftyan: (name) => {
	console.log('da da ya tut', name)
}}

Object.call(obj.meftyan, 'milord')
ready
2
const obj = {meftyan: (name) => {
	console.log('da da ya tut', name)
}}

Object.apply(obj.meftyan, ['milord'])
ready

Revisions

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