Avoid gtest expectations in UnboundedQueue benchmark
Summary: [Folly] Avoid gtest expectations in `UnboundedQueue` benchmark; prefer `DCHECK` so assumptions may be validated without `NDEBUG` but so measurements may be taken with `NDEBUG`. Reviewed By: magedm Differential Revision: D13192005 fbshipit-source-id: 133cf0b8ed0e924e5c9ad3e7b85035fa061ccc40
Showing
Please register or sign in to comment