fogel (v2)

Revision 2 of this benchmark created on


Setup

var x = new Map([['fogel', 'is'],['shmok', 'gadol']]);

Test runner

Ready to run.

Testing in
TestOps/sec
one
console.log('ori');
ready
two
if (x.has('dudu')) {
	console.log('fog');
} else {
	console.log('mos')
}
ready

Revisions

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