rocksdb/build_tools
Jay Zhuang 5dd18a8d8e Add micro-benchmark support (#8493)
Summary:
Add google benchmark for microbench.
Add ribbon_bench for benchmark ribbon filter vs. other filters.

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

Test Plan:
added test to CI
To run the benchmark on devhost:
Install benchmark: `$ sudo dnf install google-benchmark-devel`
Build and run:
`$ ROCKSDB_NO_FBCODE=1 DEBUG_LEVEL=0 make microbench`
or with cmake:
`$ mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_BENCHMARK=1 && make microbench`

Reviewed By: pdillinger

Differential Revision: D29589649

Pulled By: jay-zhuang

fbshipit-source-id: 8fed13b562bef4472f161ecacec1ab6b18911dff
2021-07-08 18:22:45 -07:00
..
amalgamate.py
build_detect_platform Add micro-benchmark support (#8493) 2021-07-08 18:22:45 -07:00
dependencies.sh
dependencies_4.8.1.sh
dependencies_platform007.sh
dependencies_platform009.sh
dockerbuild.sh
error_filter.py
fb_compile_mongo.sh
fbcode_config.sh
fbcode_config4.8.1.sh
fbcode_config_platform007.sh
fbcode_config_platform009.sh Fix runtime linkage with libasan in Facebook platform009 (#8402) 2021-06-14 12:16:11 -07:00
format-diff.sh Fix crash test with backup as read-only DB (#8161) 2021-04-06 23:31:51 -07:00
gnu_parallel
make_package.sh
precommit_checker.py
regression_build_test.sh
rocksdb-lego-determinator Enable crash test to run using fbcode components (#8471) 2021-07-01 12:23:01 -07:00
run_ci_db_test.ps1 Extract test cases correctly in run_ci_db_test.ps1 script (#7989) 2021-02-23 14:25:42 -08:00
setup_centos7.sh
update_dependencies.sh
version.sh