logging: add new RateLimiter helper class
[folly.git] / folly / Benchmark.cpp
index 4a96bf3697356584a1095960c5d98d039d3c1526..ecb7a8af3e0ae44a12fa867d0a7b8f1d34929a92 100644 (file)
@@ -52,7 +52,7 @@ DEFINE_int32(
 
 DEFINE_int64(
     bm_max_iters,
-    1L << 30L,
+    1 << 30,
     "Maximum # of iterations we'll try for each benchmark.");
 
 DEFINE_int32(