mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Benchmarking: added float->float decimators and corresponding benchmark test
This commit is contained in:
@@ -116,6 +116,8 @@ ParserBench::TestType ParserBench::getTestType() const
|
||||
{
|
||||
if (m_testStr == "decimatefi") {
|
||||
return TestDecimatorsFI;
|
||||
} else if (m_testStr == "decimateff") {
|
||||
return TestDecimatorsFF;
|
||||
} else {
|
||||
return TestDecimatorsII;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user