No I can say it is faster EVERY time. You don't know how a processor works. When the while loop was executing, perhaps your virus scanner was scanning and eating 100% CPU, and when the goto test was running it was not. That means the while loop goes slower because THE CPU IS BUSY DOING OTHER THINGS. IT DOES NOT MEAN THAT THE WHILE LOOP IS SLOWER, IT MEANS THE CPU DIDN'T EXECUTE THE CODE IT WAS BUSY DOING SOMETHING ELSE.

If you can't understand that, then I'll just say, yes goto is faster, always use goto, every single other person agrees that while is faster, but I'm sure you're the one who is right.