From: David Callahan Date: Wed, 6 Jan 2016 04:27:15 +0000 (-0800) Subject: parse args for -json flag X-Git-Tag: deprecate-dynamic-initializer~165 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5d7bf82255a91c6e3d7389df322c8e4d8141fea3;p=folly.git parse args for -json flag Reviewed By: yfeldblum Differential Revision: D2803911 fb-gh-sync-id: 65023cae7fd8e06c30fed100826b4b834ee2e9b1 --- diff --git a/folly/test/FingerprintBenchmark.cpp b/folly/test/FingerprintBenchmark.cpp index ab93722a..301706df 100644 --- a/folly/test/FingerprintBenchmark.cpp +++ b/folly/test/FingerprintBenchmark.cpp @@ -124,6 +124,7 @@ void fastFingerprintTerms128(int num_iterations, int num_ids) { // the benchmark without providing any useful data. int main(int argc, char** argv) { + gflags::ParseCommandLineFlags(&argc, &argv, true); # define BM(name, min, max) \ for (size_t i = min; i <= max; i *= 2) { \ addBenchmark( \