X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FFBVectorBenchmark.cpp;h=ca327cdf0d5917b07979d110a44354e401fe03bb;hb=46a851f49b64fe44c7643eec03e8b16096d9837d;hp=ee3c2bcd193fbb91b7ce1d428e2eea791be2e2f0;hpb=a1614feea3f3c0beb75fb2dc43ec45b3e5d57223;p=folly.git diff --git a/folly/test/FBVectorBenchmark.cpp b/folly/test/FBVectorBenchmark.cpp index ee3c2bcd..ca327cdf 100644 --- a/folly/test/FBVectorBenchmark.cpp +++ b/folly/test/FBVectorBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,28 +17,26 @@ // // Author: andrei.alexandrescu@fb.com -#include -#include -#include -#include -#include -#include - -#include - -#include #include #include + #include +#include +#include +#include +#include +#include +#include +#include +#include + using namespace std; using namespace folly; auto static const seed = randomNumberSeed(); typedef boost::mt19937 RandomT; static RandomT rng(seed); -static const size_t maxString = 100; -static const bool avoidAliasing = true; template Integral2 random(Integral1 low, Integral2 up) {