X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=microbench%2Frun-synwrite.sh;h=74912325534c4c1555b79b51a4a32eeaa8e2c99c;hp=bc219a8c687d70e914e31185ed32a0dda9b7c906;hb=0083413280deccffea5f0e34512eb02f81633dae;hpb=4318180e61133422bb3ba0187821e556686da581 diff --git a/microbench/run-synwrite.sh b/microbench/run-synwrite.sh index bc219a8..7491232 100755 --- a/microbench/run-synwrite.sh +++ b/microbench/run-synwrite.sh @@ -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