Scripts and results for a few more benchmark runs
[bluesky.git] / microbench / run-synwrite.sh
index bc219a8..7491232 100755 (executable)
@@ -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