the client and server aren't rate-matched anymore and the timing of the netcats are off - add a sleep 1 to make it actually work.

--HG--
extra : convert_revision : 3fa730a94d9270945d34061513ab9ce0ab60e7ba
This commit is contained in:
Lisa Hsu 2005-03-05 15:16:29 -05:00
parent 9f8d889f5f
commit 0804a7530f

View file

@ -22,6 +22,7 @@ echo "running netserver..."
/benchmarks/netperf/netserver
echo -n "signal client to begin..."
sleep 1
echo "server ready" | /usr/bin/netcat -c $CLIENT 8000
echo "done."