Skip to content
  • Andrei Pavel's avatar
    Google Benchmark support · 29440ea0
    Andrei Pavel authored
    ReentrantSetUp* methods are needed because you can't control iteration
    count
    Usage:
      ./configure --with-benchmark
          OR
      ./configure --with-benchmark-source=/path/to/benchmark/src
    
      make
      cd src/lib/dhcpsrv/benchmarks
    
      ./run-benchmarks
          OR
      ./run-benchmarks --benchmark_filter="RegExP*"
    29440ea0