The timing is really relative, I have tested with count(1) and count(*) and get different results, sometimes count(*) is faster sometimes count(1) but as long as the execution plan is the same I dont see which one has to be faster than the other

I will test again with a bigger tables tomorrow

Any scientific proof that count(rowid) is faster?