Test

Benchmark created on


Setup

let d = 0

function call(f, a) {
	// do stuff ???
	return f
}

function cull(f) {
	// do stuff ???
	return f
}


function faa(a) {
	d = a
}

function fuo(a) {
	return faa
}

function foo(a) {
	return faa
}

let LID = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
Brython
call(foo([0,0,3]))([0,0,4])
ready
Opti
call(foo(0x000003))(0x000004)
ready
Global
LID = 0x000003; const R = fuo();
LID = 0x000004; cull(R)();
ready

Revisions

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