Searched refs:benchmarks (Results 1 – 17 of 17) sorted by relevance
| /rocksdb-6.9/build_tools/ |
| D | regression_build_test.sh | 47 --benchmarks=fillseq \ 64 --benchmarks=overwrite \ 82 --benchmarks=fillseq \ 100 --benchmarks=readrandom \ 118 --benchmarks=readrandom \ 137 --benchmarks=readrandom \ 176 --benchmarks=filluniquerandom \ 194 --benchmarks=readrandom \ 212 --benchmarks=readrandom \ 337 --benchmarks=fillseq \ [all …]
|
| /rocksdb-6.9/memtable/ |
| D | memtablerep_bench.cc | 44 DEFINE_string(benchmarks, "fillrandom", 617 const char* benchmarks = FLAGS_benchmarks.c_str(); in main() local 618 while (benchmarks != nullptr) { in main() 620 const char* sep = strchr(benchmarks, ','); in main() 623 name = benchmarks; in main() 624 benchmarks = nullptr; in main() 626 name = ROCKSDB_NAMESPACE::Slice(benchmarks, sep - benchmarks); in main() 627 benchmarks = sep + 1; in main()
|
| /rocksdb-6.9/tools/ |
| D | dbench_monitor | 44 benches [benchmarks] 84 …echo DEBUG: Will run $DB_BENCH --block_size=$bs --compression_type=$ztype --benchmarks="$benches" … 88 $DB_BENCH --block_size=$bs --compression_type=$ztype --benchmarks="$benches" --reads="$reads" --thr…
|
| D | db_bench_tool.cc | 85 benchmarks,
|
| /rocksdb-6.9/java/jmh/ |
| D | README.md | 3 These are micro-benchmarks for RocksJava functionality, using [JMH (Java Microbenchmark Harness)](h… 15 $ java -jar target/rocksdbjni-jmh-1.0-SNAPSHOT-benchmarks.jar
|
| /rocksdb-6.9/docs/_docs/ |
| D | faq.md | 20 …re database could fit in the OS page cache. When we performed the same benchmarks on a database th… 22 …. We also measured the performance of LevelDB on these server-workload benchmarks and found that R… 44 …achieve 2x better compression and 10x less write amplification for our benchmarks compared to our …
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-11-21-delete-range.markdown | 242 In these benchmarks, we used a database with 5 million data keys, and 10000 range tombstones (ignor… 245 in higher levels that cover keys in lower levels, which allows the benchmarks to exercise more inte… 248 Point lookup benchmarks read 100000 keys from a database using `readwhilewriting`. Range scan bench… 252 different SHAs for v1 benchmarks are due to a new `db_bench` flag that was added in order to compar…
|
| D | 2015-04-22-integrating-rocksdb-with-mongodb-2.markdown | 16 Keep tuned for benchmarks and more stability and performance improvements.
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 234 …0; t=1; vs=20; bs=4096; cs=1048576; of=500000; si=1000000; ./db_bench –benchmarks=fillseq –disable… 237 …; t=32; vs=20; bs=4096; cs=1048576; of=500000; si=1000000; ./db_bench –benchmarks=readrandom –disa…
|
| D | 2019-08-15-unordered-write.markdown | 49 …TEST_TMPDIR=/dev/shm/ ~/db_bench --benchmarks=fillrandom --threads=32 --num=10000000 -max_write_bu…
|
| D | 2017-05-14-core-local-stats.markdown | 18 …/dev/shm/ perf record -g ./db_bench -statistics -use_existing_db=true -benchmarks=readrandom -thre…
|
| D | 2017-06-26-17-level-based-changes.markdown | 42 …ing towards our eventual goal of moving them towards lower levels. Our benchmarks, though, consist…
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 26 * make performance on par with published benchmarks accounting for HW differences 96 All of the benchmarks are run on the same set of machines. Here are the details of the test setup:
|
| D | CMakeCache.txt | 349 //build with benchmarks
|
| D | CMakeLists.txt | 1166 option(WITH_BENCHMARK_TOOLS "build with benchmarks" ON)
|
| D | HISTORY.md | 140 …s, along with fastrange64() in place of the modulus operator, and some benchmarks show a slight im…
|
| /rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/ |
| D | DbBenchmark.java | 435 benchmarks_ = (List<String>) flags.get(Flag.benchmarks); in DbBenchmark() 904 benchmarks(Arrays.asList("fillseq", "readrandom", "fillrandom"), enumConstant
|