X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FFingerprintBenchmark.cpp;h=012d3ddf124c99c239df757762cd72ad179f8df1;hb=95d9935053bd95825ecd84fd647d697df1113daf;hp=cd02a111e5a9c1adbcd481bf006a0f3b0a567bf9;hpb=520e20a8baebc98a5ec84d67865da4cf9819f88a;p=folly.git diff --git a/folly/test/FingerprintBenchmark.cpp b/folly/test/FingerprintBenchmark.cpp index cd02a111..012d3ddf 100644 --- a/folly/test/FingerprintBenchmark.cpp +++ b/folly/test/FingerprintBenchmark.cpp @@ -117,8 +117,7 @@ void fastFingerprintTerms128(int num_iterations, int num_ids) { fingerprintTerms >(num_iterations, num_ids); } - -} // namespace +} // namespace // Only benchmark one size of slowFingerprint; it's significantly slower // than fastFingeprint (as you can see for 64 bits) and it just slows down