diff options
| author | David Lamparter <equinox@diac24.net> | 2019-12-10 17:23:25 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-03-24 15:58:36 +0100 | 
| commit | aef4a13f4f89c820833fdf5dc74304509152b369 (patch) | |
| tree | 10b2b946a6f243ee6a4a5ed971553441bca7784f /sharpd/subdir.am | |
| parent | 0a8138dc7429c4a6071a911cab7bc2db8981c2ba (diff) | |
sharpd: add "logpump" to bulk test logging
This just generates log messages in bulk for testing logging backend
performance.  It's in sharpd so the full "context" of being in a daemon
is available (e.g. different logging configs, parallel load in the main
thread.)
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'sharpd/subdir.am')
| -rw-r--r-- | sharpd/subdir.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sharpd/subdir.am b/sharpd/subdir.am index 89b183d832..8b32b2370c 100644 --- a/sharpd/subdir.am +++ b/sharpd/subdir.am @@ -14,6 +14,7 @@ sharpd_libsharp_a_SOURCES = \  	sharpd/sharp_nht.c \  	sharpd/sharp_zebra.c \  	sharpd/sharp_vty.c \ +	sharpd/sharp_logpump.c \  	# end  noinst_HEADERS += \  | 
