Benchmark fixups.
[bluesky.git] / microbench / run2.sh
index a5297ac..8f63714 100755 (executable)
@@ -34,7 +34,7 @@ BENCH_DIRSIZE=256
 
 #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 768 1024 1536 2048; do
+for size in 128 256 512 1024 2048; do
     for filesize in 4 1024; do
         BENCH_FILESIZE=$(($filesize * 1024))
         BENCH_FILECOUNT=$(($size * 1024 / $filesize / $BENCH_THREADS))