root/projects/sAsync/trunk/sasync/test/stress.sh

Revision 3, 196 bytes (checked in by edsuom, 2 years ago)

Import of trunk from old repo

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2 # stress.sh <module> <N>
3
4 RUNS=$2
5 K=0
6
7 clear
8 while [ $K -lt $RUNS ]
9   do
10   K=$(($K+1))
11   echo "RUN $K OF $RUNS..."
12   date '+%s' |xargs -i trial --reporter=text --random {} test.$1
13 done
Note: See TracBrowser for help on using the browser.