sdfsdf (v4)

Revision 4 of this benchmark created on


Preparation HTML

<script>
const abc = 99999; 
const func1 = () => {
	console.log(abc);
}
</script>

Setup

const a = 3234;

Teardown

const b = 3234;

Test runner

Ready to run.

Testing in
TestOps/sec
1111
const a = 1234324;
func1();
ready
2222 222
const a = 234324;

console.log(23432);
ready
3344
const b = 234324;
ready

Revisions

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