folly/test/FBVectorTestBenchmarks.cpp.h: remove unused argument
authorIgor Sugak <sugak@fb.com>
Thu, 28 Jan 2016 03:32:21 +0000 (19:32 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Thu, 28 Jan 2016 04:20:25 +0000 (20:20 -0800)
Summary: Remove unused argument `iters`.

Reviewed By: meyering

Differential Revision: D2872551

fb-gh-sync-id: 0989e5b256d4d80dd3ad02401e3fc65d0f749ba6

folly/test/FBVectorTestBenchmarks.cpp.h

index e5d8b70a9e770e144ed4751c0415484147646b66..d9e80a4aa21f69e8df3035633f1e98d6fafa3354 100644 (file)
@@ -302,7 +302,7 @@ TESTFUN(clause_23_3_6_4_clear) {
   EXPECT_EQ(v.capacity(), c);
 }
 
-BENCHMARK(BENCHFUN(zzInitRNG), iters) {
+BENCHMARK(BENCHFUN(zzInitRNG)) {
   //LOG(INFO) << "\nTesting with type " << typeid(VECTOR).name() << "\n";
   srand(seed);
 }