Rename stdin, etc. in Subprocess to work with MSVC
[folly.git] / folly / Benchmark.cpp
index b09faf2eec011697634d3fb4e2d6a34a12d77635..060c4bf4de0b3dbd489fa37cb716ca49c14371ba 100644 (file)
@@ -45,7 +45,7 @@ DEFINE_int64(
     100,
     "Minimum # of microseconds we'll accept for each benchmark.");
 
-DEFINE_int64(
+DEFINE_int32(
     bm_min_iters,
     1,
     "Minimum # of iterations we'll try for each benchmark.");