Make bm_min_iters a 32-bit flag
authorChristopher Dykes <cdykes@fb.com>
Tue, 6 Dec 2016 18:51:35 +0000 (10:51 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Tue, 6 Dec 2016 19:53:26 +0000 (11:53 -0800)
commit75d32465ae116a58e5da27f597604956e6e28a89
treeeea2e54934aec8d908c29ee32f5467aa4de558f7
parentcad41641dc15d4fa7e63bfc82c9d5a0e1110d880
Make bm_min_iters a 32-bit flag

Summary:
The benchmark API only supports `unsigned int` as the iteration number, so this being 64-bit means it has to be truncated for no reason.
This change gets us closer to being able to enable MSVC's implicit truncation warnings.

Reviewed By: yfeldblum

Differential Revision: D4281264

fbshipit-source-id: 27397e3f23bace20f3cc457665ea6f21bf994da5
folly/Benchmark.cpp