Commit a0430d4a authored by David Callahan's avatar David Callahan Committed by facebook-github-bot-1

parse args for -json flag

Reviewed By: lbrandy

Differential Revision: D2803778

fb-gh-sync-id: 0cb21413bb1c78d256b4408322f8d585f53cb0ac
parent 1c77ef4f
...@@ -139,6 +139,7 @@ BENCHMARK_RELATIVE(sk_unordered_set_benchmark_erase_emplace) { ...@@ -139,6 +139,7 @@ BENCHMARK_RELATIVE(sk_unordered_set_benchmark_erase_emplace) {
} }
int main(int argc, char **argv) { int main(int argc, char **argv) {
gflags::ParseCommandLineFlags(&argc, &argv, true);
initBenchmarks(); initBenchmarks();
folly::runBenchmarks(); folly::runBenchmarks();
} }
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