<chirp_parameter_t> <chirp_limit>0.00000001</chirp_limit> <fft_len_flags>262136</fft_len_flags> </chirp_parameter_t> <chirp_parameter_t> <chirp_limit>0.000000025</chirp_limit> <fft_len_flags>65528</fft_len_flags> </chirp_parameter_t>
Well, then you should really use the P-M one The way to make the test WU run longer is like so:Edit the work_unit.sah file in a text editor, find the two occurrences of "<chirp_limit>[value]</chirp_limit>" and multiply all values by the same factor....Note the lots of zeros right of the decimal point. Also, note that the values should be 4:1 (first one is 4 times as large as the second one).To make it run longer, just remove the same amount of zeros from both - say, remove two for starters, and you will notice quite a difference in runtime.HTH,Simon.
<chirp_parameter_t> <chirp_limit>20</chirp_limit> <fft_len_flags>262136</fft_len_flags> </chirp_parameter_t> <chirp_parameter_t> <chirp_limit>50</chirp_limit> <fft_len_flags>65528</fft_len_flags> </chirp_parameter_t>
I really don't see an easy way to have a short, repeatable and meaningful performance measurement as far as S@H goes - it all takes lots of time.