ThaAceMan1 is right ... the difference will probably be unmeasurable.
In theory a Long is probably faster because it occupies a full 32-bit word so the compiler doesn't need to generate code to deal with part of a word as it would for Integer, Byte or Bit fields. With most computers processing billions of instructions per second, those few extra instructions are processed in less time than even very high-precision timers can measure.