]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update benchmark.sh (#8615)
authorHappyUncle <15822775539@163.com>
Fri, 6 Aug 2021 21:34:37 +0000 (14:34 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 6 Aug 2021 21:35:34 +0000 (14:35 -0700)
Summary:
Fix help message.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8615

Reviewed By: siying

Differential Revision: D30136092

Pulled By: mrambacher

fbshipit-source-id: edf4112570514d709560baaf96a47c5f36f00665

tools/benchmark.sh

index f4e9639decf24980cffdd176b6ad429d346adec5..37c58a00b9221219553a713c94e8e3cfba352859 100755 (executable)
@@ -3,9 +3,11 @@
 # REQUIRE: db_bench binary exists in the current directory
 
 if [ $# -lt 1 ]; then
-  echo -n "./benchmark.sh [bulkload/fillseq/overwrite/filluniquerandom/"
-  echo    "readrandom/readwhilewriting/readwhilemerging/updaterandom/"
-  echo    "mergerandom/randomtransaction/compact/multireadrandom]"
+  echo -n "./benchmark.sh [bulkload/fillseq_disable_wal/fillseq_enable_wal/overwrite/"
+  echo    "updaterandom/readrandom/mergerandom/filluniquerandom/multireadrandom/"
+  echo    "fwdrange/revrange/readwhilewriting/readwhilemerging/"
+  echo    "fwdrangewhilewriting/revrangewhilewriting/fwdrangewhilemerging/revrangewhilemerging/"
+  echo    "randomtransaction/universal_compaction/debug]"
   exit 0
 fi
 bench_cmd=$1