OESF Portables Forum

General Forums => General Discussion => Topic started by: Joeboo on April 04, 2004, 06:06:55 pm

Title: Dhrystone test? tumnus maybe?
Post 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
Title: Dhrystone test? tumnus maybe?
Post by: tumnus on April 04, 2004, 06:27:26 pm
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.
Title: Dhrystone test? tumnus maybe?
Post by: Joeboo on April 05, 2004, 09:19:05 pm
worked perfect.  thanks