Skip to content

Commit f578654

Browse files
authored
Add Target to compile nodelay benchmark
1 parent 5c64e1a commit f578654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
LDADD = $(top_builddir)/src/libhttpserver.la
2020
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/httpserver/
2121
METASOURCES = AUTO
22-
noinst_PROGRAMS = hello_world service minimal_hello_world custom_error allowing_disallowing_methods handlers hello_with_get_arg setting_headers custom_access_log basic_authentication digest_authentication minimal_https minimal_file_response minimal_deferred url_registration minimal_ip_ban benchmark_select benchmark_threads deferred_with_accumulator
22+
noinst_PROGRAMS = hello_world service minimal_hello_world custom_error allowing_disallowing_methods handlers hello_with_get_arg setting_headers custom_access_log basic_authentication digest_authentication minimal_https minimal_file_response minimal_deferred url_registration minimal_ip_ban benchmark_select benchmark_threads benchmark_nodelay deferred_with_accumulator
2323

2424
hello_world_SOURCES = hello_world.cpp
2525
service_SOURCES = service.cpp
@@ -40,3 +40,4 @@ url_registration_SOURCES = url_registration.cpp
4040
minimal_ip_ban_SOURCES = minimal_ip_ban.cpp
4141
benchmark_select_SOURCES = benchmark_select.cpp
4242
benchmark_threads_SOURCES = benchmark_threads.cpp
43+
benchmark_nodelay_SOURCES = benchmark_nodelay.cpp

0 commit comments

Comments
 (0)