From 2adfe54c768f5009d3089a9208693d8ae13af016 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Mon, 1 Jun 2020 09:31:42 +0200 Subject: [PATCH] added test for msg len 2 --- tests/simplex_regression_test.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/simplex_regression_test.cc b/tests/simplex_regression_test.cc index a6c0eb0..130b2e8 100644 --- a/tests/simplex_regression_test.cc +++ b/tests/simplex_regression_test.cc @@ -24,6 +24,11 @@ int popcnt(TYPE x) return cnt; } +#if 0 + const int LOOPS = 80000; + const float QEF_SNR = 7.0; + const int DATA_LEN = 2; +#endif #if 0 const int LOOPS = 40000; const float QEF_SNR = 4.5;