More benchmark changes.
[bluesky.git] / microbench / run2.sh
index 8f63714..04f685b 100755 (executable)
@@ -30,11 +30,11 @@ BENCH_WRITERATIO=0.0
 BENCH_THREADS=4
 BENCH_DURATION=120
 BENCH_INTERVALS=10
-BENCH_DIRSIZE=256
+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 256 512 1024 2048; do
+for size in 128 512 2048; do
     for filesize in 4 1024; do
         BENCH_FILESIZE=$(($filesize * 1024))
         BENCH_FILECOUNT=$(($size * 1024 / $filesize / $BENCH_THREADS))