lolilol6

Benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
a
var lol =0;

if(lol == 0){
true;
}else{
false
}


 
ready
b
var lol = 0;

switch (lol){
case  0:
true;
break;
case 1:
false;
break;

}
ready

Revisions

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