De Wikipedia :
BogoMips (from "bogus" and MIPS) is an unscientific measurement of CPU speed made by the Linux kernel when it boots, to calibrate an internal busy-loop. An oft-quoted definition of the term is "the number of million times per second a processor can do absolutely nothing."
BogoMips can be used to see whether it is in the proper range for the particular processor, its clock frequency, and the potentially present CPU cache. It is not usable for performance comparison between different CPUs.
Ambas as Dhrystone e são referências que medem o poder de computação. O primeiro concentra-se em operações de string e inteiros e, portanto, é mais representativo da velocidade da ULA, enquanto o último mede principalmente o desempenho da FPU. Dependendo da sua aplicação, um ou outro é mais representativo do que você está fazendo.