From a7ee7ea36b7fa72793f15aff88ce61c65ca4d86e Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 19 Feb 2018 21:12:49 +0100 Subject: [PATCH] [master] with-dhcp-xxxsql -> with-xxxsql --- src/lib/dhcpsrv/benchmarks/benchmarks.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dhcpsrv/benchmarks/benchmarks.dox b/src/lib/dhcpsrv/benchmarks/benchmarks.dox index cf0ffe41e4..8e5327b3ce 100644 --- a/src/lib/dhcpsrv/benchmarks/benchmarks.dox +++ b/src/lib/dhcpsrv/benchmarks/benchmarks.dox @@ -22,8 +22,8 @@ $ make The benchmarks are built in @b src/lib/dhcpsrv/benchmarks directory. Note that the benchmarks are backend-specific, so please make sure you -enable the backends you want to measure (See --with-dhcp-mysql, ---with-dhcp-pgsql --with-cql parameters for configure). Once the +enable the backends you want to measure (See --with-mysql, +--with-pgsql --with-cql parameters for configure). Once the benchmark is built, you can run specific benchmarks. Make sure you have the environment ready for use, i.e. the actual database backend is set up, the DB or keyspace is created. The setup is the same as for -- 2.47.2