Commit 5f4917be authored by Geoff Simmons's avatar Geoff Simmons

Add a benchmark utility for the QP functions.

parent bb903e03
......@@ -4,8 +4,12 @@ AM_CFLAGS = $(VARNISHAPI_CFLAGS) -I$(top_srcdir)/src -Wall -Werror -Wextra \
-std=c99
AM_LDFLAGS = $(VARNISHAPI_LIBS)
bin_PROGRAMS = bench
bin_PROGRAMS = bench bench_qp
bench_SOURCES = bench.c
bench_LDADD = $(top_srcdir)/src/.libs/patricia.o
bench_qp_SOURCES = bench_qp.c
bench_qp_LDADD = $(top_srcdir)/src/.libs/qp.o
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment