1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Benchmarking: added inf/sup decimators test

This commit is contained in:
f4exb
2018-05-09 21:50:41 +02:00
parent 1c354dba4d
commit c3242d618f
6 changed files with 101 additions and 9 deletions
+5 -1
View File
@@ -118,8 +118,12 @@ ParserBench::TestType ParserBench::getTestType() const
return TestDecimatorsFI;
} else if (m_testStr == "decimateff") {
return TestDecimatorsFF;
}else if (m_testStr == "decimateif") {
} else if (m_testStr == "decimateif") {
return TestDecimatorsIF;
} else if (m_testStr == "decimateinfii") {
return TestDecimatorsInfII;
} else if (m_testStr == "decimatesupii") {
return TestDecimatorsSupII;
} else {
return TestDecimatorsII;
}