Joey Degges wrote: ... > Here is pastebin of the code I used to spin. Its some math in a large loop, > should run for ~5 minutes (enough time to do most tests): > http://codepad.org/tCtjLw7H
If I want to burn some CPU time, starting a few of
these one-liners does the job:
perl -e '$t=1; while (1) { $t = sqrt $t }'
