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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user