Commit 08391a01 authored by Igor Sugak's avatar Igor Sugak Committed by facebook-github-bot-0

folly/test/FBVectorTestBenchmarks.cpp.h: remove unused argument

Summary: Remove unused argument `iters`.

Reviewed By: meyering

Differential Revision: D2872551

fb-gh-sync-id: 0989e5b256d4d80dd3ad02401e3fc65d0f749ba6
parent eeb13d00
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment