Performance test == , === , ()

Performance comparison between 

if(a == null) {
}

if(a === null) {
}

if(a) {
}