Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fix in the *_expensive benchmark
Before, the `count` would be copied into the closure and could potentially be optimized way. This change ensures it's borrowed by closure and finally consumed by `test::black_box`.
- Loading branch information