Benchmark fixups.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 14 Feb 2011 05:30:35 +0000 (21:30 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 14 Feb 2011 05:30:35 +0000 (21:30 -0800)
microbench/mixedbench.c
microbench/run2.sh
microbench/setup/run-benchmark

index 07584e1..7996f1d 100644 (file)
@@ -225,7 +225,7 @@ int main(int argc, char *argv[])
     opt_duration = atoi(argv[5]);
     opt_ops = atof(argv[6]);
     opt_intervals = atoi(argv[7]);
-    opt_dirsize = atoi(argv[7]);
+    opt_dirsize = atoi(argv[8]);
 
     srandom(time(NULL));
 
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))
index ae2728f..80bd635 100755 (executable)
@@ -14,6 +14,7 @@ BENCH_THREADS=8
 BENCH_DURATION=120
 BENCH_OPS=100
 BENCH_INTERVALS=4
+BENCH_DIRSIZE=256
 BENCH_LOCKEDMEM=$((4096 - 256))
 
 lock_memory() {