From d5d0607e4da1bde37fc0072c65689d2ed0775ed1 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 21 Oct 2018 00:42:31 -0500 Subject: 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 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3