Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add benchmark for HashTable::listJoinResults (facebookincubator#9172)
Summary: Add the benchmark to measure the time taken by `HashTable::listJoinResults` function. In this benchmark, we generate different build keys reprititon distributions to measure the time variation of `HashTable::listJoinResults`. This benchmark measures separately the build time and the time taken by `HashTable::listJoinResults`, optionally including the row erase time. Pull Request resolved: facebookincubator#9172 Reviewed By: pedroerp Differential Revision: D56246838 Pulled By: Yuhta fbshipit-source-id: 442e7f9ed144c510b318cb44750aacf58aa18fd5
- Loading branch information