The bogomips is a really bad estimate of performance (hence 'bogo'). There's considerable difference in the bogomips calculation even between different ARM subarchitectures. There was a good article about the issue recently in LWN: http://lwn.net/Articles/628531/
Comments
"Calibrating delay loop... 58.77 BogoMIPS"
As a comparison, from my i7-4771 @ 3.5GHz:
smpboot: Total of 8 processors activated (55999.93 BogoMIPS)
Computers sure are fast these days. Too bad we write such slow software for them.
Except if you emulate them in JavaScript. I get 5.10 BogoMIPS: http://copy.sh/v86/?profile=custom&cdrom.url=http://k%C3%A6n...
The bogomips is a really bad estimate of performance (hence 'bogo'). There's considerable difference in the bogomips calculation even between different ARM subarchitectures. There was a good article about the issue recently in LWN: http://lwn.net/Articles/628531/
Probably also get a low BogoMIPS score if you boot up an image with a web browser, then run javascript emulation inside the javascript emulation.