More reworking of microbenchmark handling of reads/writes and file layout.
[bluesky.git] / microbench / run2.sh
index d01a3a3..dd801c0 100755 (executable)
@@ -38,7 +38,7 @@ run_experiments() {
 for size in 128 512 1024 2048; do
     for filesize in 1024; do
         BENCH_FILESIZE=$(($filesize * 1024))
-        BENCH_FILECOUNT=$(($size * 1024 / $filesize / $BENCH_THREADS))
+        BENCH_FILECOUNT=$(($size * 1024 / $filesize))
         PREFIX=$BLUESKY_TARGET-$BENCH_WRITERATIO-${size}M-${filesize}k
 
         $HOME/bin/s3-cleanup.py