Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Mobile Neural Network
ACES DGEMM
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Liquid-DSP 1.0.0
pts/liquid-dsp-1.0.0
- 09 March 2021 -
Initial commit of LiquidSDR Liquid-DSP benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/liquid-dsp-20210131.tar.xz</URL> <MD5>e55ba39f9d6ce3b935860bcd7b233452</MD5> <SHA256>ae36274d588c3f9451d9c82f0162162bdccf819dfc4c7d3785afdf1bc507a7c4</SHA256> <FileName>liquid-dsp-20210131.tar.xz</FileName> <FileSize>777736</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf liquid-dsp-20210131.tar.xz cd liquid-dsp-20210131 ./bootstrap.sh ./configure --prefix=$HOME/liquid/ make -j $NUM_CPU_CORES make install cd ~ cc -O3 $CFLAGS -o benchmark_threaded benchmark_threaded.c -pthread -lm -lc -lliquid -I$HOME/liquid/include/ -L/$HOME/liquid/lib/ echo $? > ~/install-exit-status echo "#!/bin/sh LD_LIBRARY_PATH=\$HOME/liquid/lib ./benchmark_threaded -t 20 -m threads \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > liquid-dsp chmod +x liquid-dsp
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> 6 256 57 15.0000 4936711680 #_RESULT_#</OutputTemplate> <LineBeforeHint>samples/s</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <TestInformation> <Title>Liquid-DSP</Title> <AppVersion>2021.01.31</AppVersion> <Description>LiquidSDR's Liquid-DSP is a software-defined radio (SDR) digital signal processing library. This test profile runs a multi-threaded benchmark of this SDR/DSP library focused on embedded platform usage.</Description> <ResultScale>samples/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fftw3-development</ExternalDependencies> <EnvironmentSize>68</EnvironmentSize> <ProjectURL>https://liquidsdr.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>fec.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Threads</DisplayName> <Identifier>cpu-threads</Identifier> <ArgumentPrefix>-n </ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Buffer Length</DisplayName> <Identifier>buffer-length</Identifier> <ArgumentPrefix>-b </ArgumentPrefix> <Menu> <Entry> <Name>256</Name> <Value>256</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Filter Length</DisplayName> <Identifier>filter-length</Identifier> <ArgumentPrefix>-f </ArgumentPrefix> <Menu> <Entry> <Name>57</Name> <Value>57</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>