Split benchmark file system setup and execution into separate steps.
[bluesky.git] / microbench / setup / run-benchmark
index 2942f48..bf061a4 100755 (executable)
@@ -29,13 +29,6 @@ mount -t nfs -o vers=3,tcp,rw,soft,intr $SERVER:/export $MNTDIR
 
 pushd $MNTDIR >/dev/null
 
-for t in $(seq 0 $(($BENCH_THREADS - 1))); do
-    mkdir t$t
-    for i in $(seq 0 $(($BENCH_FILECOUNT - 1))); do
-        dd if=/dev/zero of=t$t/$i bs=$BENCH_FILESIZE count=1
-    done
-done
-
 /scratch/bluesky.git/microbench/mixedbench \
     $BENCH_FILESIZE \
     $BENCH_FILECOUNT \