Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / microbench / run-synwrite.sh
index bc219a8..e4424c5 100755 (executable)
@@ -20,7 +20,7 @@ run_synbench() {
 
     for SYNWRITE_RATE in $rates; do
         run_cmd $BENCHER run-synwrite
-        sleep 120
+        sleep 180
     done
 
     run_cmd $PROXY stop-proxy
@@ -29,5 +29,5 @@ run_synbench() {
 }
 
 for BLUESKY_CACHE_SIZE in $((256 * 1024)) $((2048 * 1024)); do
-    run_synbench "write100c-$(($BLUESKY_CACHE_SIZE / 1024))M"
+    run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M"
 done