From f512f948a16b49c2619d62b4b880a4d00945e546 Mon Sep 17 00:00:00 2001 From: sowle Date: Fri, 18 Sep 2020 02:26:05 +0300 Subject: [PATCH] perf tests: minor fix in chacha_stream_performance_test --- tests/performance_tests/chacha_stream_performance_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance_tests/chacha_stream_performance_test.cpp b/tests/performance_tests/chacha_stream_performance_test.cpp index 2509bcb5..fdae7e36 100644 --- a/tests/performance_tests/chacha_stream_performance_test.cpp +++ b/tests/performance_tests/chacha_stream_performance_test.cpp @@ -178,7 +178,7 @@ bool do_chacha_stream_performance_test() LOG_PRINT_L0("OK.time: " << non_crypted_version); - + return true; }