bitoas (v52)

Revision 52 of this benchmark created on


Preparation HTML

<script>
function b(n) {
	return n & 0b0;
}

function g(n) {
	return n > 0;
}

function e(n) {
	return n == 0;
}
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
bit
b(2);
ready
greater
g(2);
ready
equals
e(2);
ready

Revisions

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