OESF Portables Forum
General Forums => General Discussion => Topic started by: Joeboo on April 04, 2004, 06:06:55 pm
-
How do you run a dhrystone test? I downloaded dhry21 from a link on this board, but I\'m not sure completely how to run it.
All I can do is run cat /home/zaurus/dhry21 on my 5600 and I get a bunch of \"junk\" which I asume is a test. How do I run the recommended 50,000,000 cycles that is recommended, and how do I generate the log file thats been mentioned (dhry21.rec(?))
Thanks
-
Actually you were just viewing the binary as text. Instead run the following in the terminal.
chmod u+x /home/zaurus/dhry21
/home/zaurus/dhry21
When it asks for the number of cycles, enter \'50000000\' (without the quotes of course). Once complete it wil show the results in the terminal, with the summary in the dhry.res file.
-
worked perfect. thanks