Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchmark should not print zeros if min_iters >= max_iters
Summary: Prior to this fix, this benchmark, which internally sets `bm_max_iters` would print out zero timings when `bm_min_iters` was too high: ``` buck2 run @//mode/opt //folly/test:atomic_hash_map_test -- \ --gtest_filter=X --benchmark=1 --bm_regex=.*_miss --bm_min_iters=1000000 ``` Reviewed By: nickbrekhus Differential Revision: D57396861 fbshipit-source-id: c0b8318be2e572563715197f6546441f57962961
- Loading branch information