]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/tools/benchmark_leveldb.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / rocksdb / tools / benchmark_leveldb.sh
index dce66d47adf6ca1e7489b3bcfb72c913be4de358..40c7733cea336b52185beaf14e21a51ac8bc388e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # REQUIRE: db_bench binary exists in the current directory
 #
 # This should be used with the LevelDB fork listed here to use additional test options.
@@ -151,6 +151,7 @@ echo "===== Benchmark ====="
 
 # Run!!!
 IFS=',' read -a jobs <<< $1
+# shellcheck disable=SC2068
 for job in ${jobs[@]}; do
 
   if [ $job != debug ]; then