aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-04 18:45:19 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-04 18:45:19 +0100
commit4caa0d2907082868e32a77c5a8ebf85c527497ca (patch)
treeb10737f008921d7b5122656458665981d0ed9b46 /src/util/Makefile.am
parente14544109bf1c473a0e32d6c3b0e84dec8989efc (diff)
downloadgnunet-4caa0d2907082868e32a77c5a8ebf85c527497ca.tar.gz
gnunet-4caa0d2907082868e32a77c5a8ebf85c527497ca.zip
add minimal scheduler benchmark
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index fc8f424dc..60b845414 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -245,7 +245,8 @@ if HAVE_BENCHMARKS
245 perf_crypto_paillier \ 245 perf_crypto_paillier \
246 perf_crypto_symmetric \ 246 perf_crypto_symmetric \
247 perf_crypto_asymmetric \ 247 perf_crypto_asymmetric \
248 perf_malloc 248 perf_malloc \
249 perf_scheduler
249endif 250endif
250 251
251if HAVE_SSH_KEY 252if HAVE_SSH_KEY
@@ -608,6 +609,11 @@ perf_malloc_SOURCES = \
608perf_malloc_LDADD = \ 609perf_malloc_LDADD = \
609 libgnunetutil.la 610 libgnunetutil.la
610 611
612perf_scheduler_SOURCES = \
613 perf_scheduler.c
614perf_scheduler_LDADD = \
615 libgnunetutil.la
616
611 617
612EXTRA_DIST = \ 618EXTRA_DIST = \
613 test_client_data.conf \ 619 test_client_data.conf \