]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/tools/benchmark.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / tools / benchmark.sh
index 31df59cd7a2cf3ed14aa10c79c5ab866a231d29c..f27926ed5d9934d894ce3152523d85f5703ab16f 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
+# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
 # REQUIRE: db_bench binary exists in the current directory
 
 if [ $# -ne 1 ]; then
@@ -20,7 +21,7 @@ fi
 K=1024
 M=$((1024 * K))
 G=$((1024 * M))
-T=$((1024 * T))
+T=$((1024 * G))
 
 if [ -z $DB_DIR ]; then
   echo "DB_DIR is not defined"