Revision d7738666b0b101df0eb3c4822aca4ee10c27694a authored by anand76 on 28 December 2020, 21:37:07 UTC, committed by Facebook GitHub Bot on 28 December 2020, 21:38:10 UTC
Summary:
The multireadrandom benchmark, when run for a specific number of reads (--reads argument), should base the duration on the actual number of keys read rather than number of batches.

Tests:
Run db_bench multireadrandom benchmark

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

Reviewed By: zhichao-cao

Differential Revision: D25717230

Pulled By: anand1976

fbshipit-source-id: 13f4d8162268cf9a34918655e60302d0aba3864b
1 parent 736c6dc
History
File Mode Size
CMakeLists.txt -rw-r--r-- 414 bytes
batched_ops_stress.cc -rw-r--r-- 13.0 KB
cf_consistency_stress.cc -rw-r--r-- 19.0 KB
db_stress.cc -rw-r--r-- 763 bytes
db_stress_common.cc -rw-r--r-- 11.7 KB
db_stress_common.h -rw-r--r-- 19.2 KB
db_stress_compaction_filter.h -rw-r--r-- 2.6 KB
db_stress_driver.cc -rw-r--r-- 5.1 KB
db_stress_driver.h -rw-r--r-- 727 bytes
db_stress_env_wrapper.h -rw-r--r-- 1.5 KB
db_stress_gflags.cc -rw-r--r-- 32.1 KB
db_stress_listener.h -rw-r--r-- 6.5 KB
db_stress_shared_state.cc -rw-r--r-- 1023 bytes
db_stress_shared_state.h -rw-r--r-- 14.1 KB
db_stress_stat.h -rw-r--r-- 6.4 KB
db_stress_table_properties_collector.h -rw-r--r-- 2.1 KB
db_stress_test_base.cc -rw-r--r-- 88.5 KB
db_stress_test_base.h -rw-r--r-- 9.0 KB
db_stress_tool.cc -rw-r--r-- 12.1 KB
no_batched_ops_stress.cc -rw-r--r-- 28.0 KB

back to top