Commit 9c27ee9f authored by Geoff Simmons's avatar Geoff Simmons

Add a benchmark utility for the PT functions.

parent 37747adf
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = $(VARNISHAPI_CFLAGS) -I$(top_srcdir)/src -Wall -Werror -Wextra \
-std=c99
AM_LDFLAGS = $(VARNISHAPI_LIBS)
bin_PROGRAMS = bench
bench_SOURCES = bench.c
bench_LDADD = $(top_srcdir)/src/.libs/patricia.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