Commit 5d7bf822 authored by David Callahan's avatar David Callahan Committed by facebook-github-bot-0

parse args for -json flag

Reviewed By: yfeldblum

Differential Revision: D2803911

fb-gh-sync-id: 65023cae7fd8e06c30fed100826b4b834ee2e9b1
parent 061b5de8
......@@ -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( \
......
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