X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FLoggingBenchmark.cpp;h=db4e71d93cc7f1afe623f63d795f4fed24be6317;hb=b50a3dd838801676f9f5a3d5f0b9a094a8175d72;hp=bd08b23cd2fcfa76e15e37e7da31d6de31d7b2e9;hpb=705e7518ea5685ee7812d96dae277787e15d5ca8;p=folly.git diff --git a/folly/test/LoggingBenchmark.cpp b/folly/test/LoggingBenchmark.cpp index bd08b23c..db4e71d9 100644 --- a/folly/test/LoggingBenchmark.cpp +++ b/folly/test/LoggingBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2016-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,8 +18,6 @@ #include -#include - BENCHMARK(skip_overhead, iter) { auto prev = FLAGS_minloglevel; FLAGS_minloglevel = 2;