Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed benchmarks with source | Razvan Becheriu | 2018-02-08 | 1 | -1/+0 |
| | |||||
* | Google Benchmark support | Andrei Pavel | 2017-08-18 | 1 | -0/+3 |
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*" |