7 #ifndef BENCHMARKS_PARAMETERS_H
8 #define BENCHMARKS_PARAMETERS_H
10 #include <benchmark/benchmark.h>
35 constexpr benchmark::TimeUnit
UNIT = benchmark::kMicrosecond;
constexpr size_t MIN_HOST_COUNT
A minimum number of leases used in a benchmark.
constexpr benchmark::TimeUnit UNIT
A time unit used - all results to be expressed in us (microseconds)
constexpr size_t MAX_LEASE_COUNT
A maximum number of leases used in a benchmark.
Defines the logger used by the top-level component of kea-dhcp-ddns.
constexpr size_t MAX_HOST_COUNT
A maximum number of leases used in a benchmark.
constexpr size_t MIN_LEASE_COUNT
A minimum number of leases used in a benchmark.