2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-17 14:26:31 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Tomek Mrugalski
86980fa937 [github36] Large chunk of review work completed:
- common code extracted to testutils/host_data_source_utils.cc|h
 - doxygen comments written
 - compilation warnings removed
 - each leasemgr benchmark have at least a short description
 - HostDataSource benchmarks partially done, but still WIP
 - overall, the diff is 4k and counting...
2018-02-13 12:20:31 +00:00
Andrei Pavel
29440ea06e Google Benchmark support
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*"
2017-08-18 18:44:05 +03:00