aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2018-10-21 00:42:31 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-11-04 15:02:46 -0800
commitd5d0607e4da1bde37fc0072c65689d2ed0775ed1 (patch)
treee0dfccc2a6e965870c9409e77e7bdfe4a8c5668a /CMakeLists.txt
parentf6299d9fad21c065d1e4c0f1093770835fb73adf (diff)
benchmark/blowfish: new version of blowfish benchmark
The new version uses a fixed time and provides variants for single-thread, multi-thread, and multi-core. A few results are included. Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 697bdac4..73e82e7b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -167,6 +167,7 @@ set(MODULE_network_SOURCES
set(MODULE_benchmark_SOURCES_GTKANY
modules/benchmark.c
modules/benchmark/blowfish.c
+ modules/benchmark/blowfish2.c
modules/benchmark/cryptohash.c
modules/benchmark/drawing.c
modules/benchmark/fbench.c