proxygen
SparseByteSetBenchmark.cpp File Reference
#include <folly/Benchmark.h>
#include <folly/Format.h>
#include <folly/container/SparseByteSet.h>
#include <folly/portability/GFlags.h>
#include <bitset>
#include <random>
#include <vector>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 151 of file SparseByteSetBenchmark.cpp.

References folly::runBenchmarks().

151  {
152  gflags::ParseCommandLineFlags(&argc, &argv, true);
153  setup_rand_bench();
154  runBenchmarks();
155  return 0;
156 }
void runBenchmarks()
Definition: Benchmark.cpp:456
char ** argv