Revision 6c65bf1743a3d558e5806597c60b532160a37655 authored by akankshamahajan on 07 March 2023, 23:07:49 UTC, committed by Facebook GitHub Bot on 07 March 2023, 23:07:49 UTC
Summary:
Internally, the benchmark is going on hang state whereas when run on same host manually, it passes. Decrease the duration to 5s to figure out how much time it is taking to complete the benchmark.

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

Test Plan: Ran manually internally

Reviewed By: hx235

Differential Revision: D43882260

Pulled By: akankshamahajan15

fbshipit-source-id: 9ea44164773d4df4fc05cd817b7e011426c4d428
1 parent e010732
History
File Mode Size
CMakeLists.txt -rw-r--r-- 485 bytes
batched_ops_stress.cc -rw-r--r-- 14.7 KB
cf_consistency_stress.cc -rw-r--r-- 21.1 KB
db_stress.cc -rw-r--r-- 848 bytes
db_stress_common.cc -rw-r--r-- 15.1 KB
db_stress_common.h -rw-r--r-- 22.7 KB
db_stress_compaction_filter.h -rw-r--r-- 3.2 KB
db_stress_driver.cc -rw-r--r-- 6.3 KB
db_stress_driver.h -rw-r--r-- 779 bytes
db_stress_env_wrapper.h -rw-r--r-- 1.9 KB
db_stress_gflags.cc -rw-r--r-- 46.1 KB
db_stress_listener.cc -rw-r--r-- 6.4 KB
db_stress_listener.h -rw-r--r-- 8.0 KB
db_stress_shared_state.cc -rw-r--r-- 683 bytes
db_stress_shared_state.h -rw-r--r-- 14.2 KB
db_stress_stat.cc -rw-r--r-- 531 bytes
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-- 122.4 KB
db_stress_test_base.h -rw-r--r-- 13.2 KB
db_stress_tool.cc -rw-r--r-- 13.5 KB
expected_state.cc -rw-r--r-- 27.2 KB
expected_state.h -rw-r--r-- 9.9 KB
multi_ops_txns_stress.cc -rw-r--r-- 56.9 KB
multi_ops_txns_stress.h -rw-r--r-- 14.4 KB
no_batched_ops_stress.cc -rw-r--r-- 54.4 KB

back to top