/alps/fwbench

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/fwbench

« back to all changes in this revision

Viewing changes to fwbench.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2012-03-08 04:10:58 UTC
  • Revision ID: csa@dside.dyndns.org-20120308041058-gfi6kfy4jw79spo6
make a pause between tests to allow hardware to empty caches

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    speed=$((speed - 50))
35
35
    fwbench -b 1024 -m 0 -r $speed -s $size -o $out
36
36
    res=$?
 
37
    usleep 500000
37
38
done
38
39
 
39
40
echo "Maximal speed: $speed"