[complement-svn] SF.net SVN: complement: [1331] trunk/explore/perf/STL/stream/test.sh
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-17 06:13:03
|
Revision: 1331 http://svn.sourceforge.net/complement/?rev=1331&view=rev Author: complement Date: 2006-10-16 23:12:56 -0700 (Mon, 16 Oct 2006) Log Message: ----------- fix unistd data generation Modified Paths: -------------- trunk/explore/perf/STL/stream/test.sh Modified: trunk/explore/perf/STL/stream/test.sh =================================================================== --- trunk/explore/perf/STL/stream/test.sh 2006-10-17 06:11:29 UTC (rev 1330) +++ trunk/explore/perf/STL/stream/test.sh 2006-10-17 06:12:56 UTC (rev 1331) @@ -60,6 +60,9 @@ let j=j+1 done +rm -f unistd +touch unistd + runtest fstream-raw/unistd echo 2 `../stat.awk s.log` >> unistd.dat This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |