sadfasdf

Benchmark created on


Setup


class Foo {
	#x = 5
	
	public a() { return this.#x + 5; }
	b = () => { this.#x + 5; }
}
const foo = new Foo();

Test runner

Ready to run.

Testing in
TestOps/sec
A
foo.a();
ready
B
foo.b();
ready

Revisions

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