Add a "native" target to run the kernel NFS server.
[bluesky.git] / microbench / run2.sh
index 04f685b..fbfbc25 100755 (executable)
@@ -34,8 +34,8 @@ BENCH_DIRSIZE=128
 
 #for size in 128 256 512 768 1024 1536 2048; do
 #    for filesize in 4 32 256 2048; do
-for size in 128 512 2048; do
-    for filesize in 1024; do
+for size in 128 512 1024 2048; do
+    for filesize in 1024; do
         BENCH_FILESIZE=$(($filesize * 1024))
         BENCH_FILECOUNT=$(($size * 1024 / $filesize / $BENCH_THREADS))
         PREFIX=$BLUESKY_TARGET-$BENCH_WRITERATIO-${size}M-${filesize}k