Home
last modified time | relevance | path

Searched refs:bench_name (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/
Dbenchmark_leveldb.sh68 bench_name=$3
71 usecs_op=$( grep ^${bench_name} $test_out | awk '{ printf "%.1f", $3 }' )
72 mb_sec=$( grep ^${bench_name} $test_out | awk '{ printf "%.1f", $5 }' )
Dbenchmark.sh149 bench_name=$3
158 ops_sec=$( grep ^${bench_name} $test_out | awk '{ print $5 }' )
159 mb_sec=$( grep ^${bench_name} $test_out | awk '{ print $7 }' )
165 usecs_op=$( grep ^${bench_name} $test_out | awk '{ printf "%.1f", $3 }' )
Ddb_bench_tool.cc2156 void Report(const std::string& bench_name) { in Report() argument
2157 const char* name = bench_name.c_str(); in Report()