Thread: Closed
View Single Post
Posts: 72 | Thanked: 10 times | Joined on Mar 2010
#56
Originally Posted by jedi View Post
A very simple bench mark could be something like:
Code:
echo "2^2^20" | time bc
(you'll need to install 'bc' from the repos). It makes the CPU calculate a big sum. It will give you a few timing values at the end - these can be used to compare before and after results.

FYI, my N900 gives:
Code:
real    0m 20.64s
user    0m 19.05s
sys     0m 0.05s
Sorry for the noob question, what is this bc? couldn't find it on app manager :S