Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Timed HMMer Search
Blender
AOM AV1
Selenium
AI Benchmark Alpha
Newest Tests
Helsing
SecureMark
F1 2020
OpenSCAD
Timed Mesa Compilation
Timed Node.js Compilation
Recently Updated Tests
Timed LLVM Compilation
LuxCoreRender
MariaDB
CP2K Molecular Dynamics
SHOC Scalable HeterOgeneous Computing
New & Recently Updated Tests
Recently Updated Suites
Timed Code Compilation
NVIDIA GPU Compute
Cryptography
New & Recently Updated Suites
Currently Trending Results
NVIDIA Blender 2.92 CUDA OptiX Benchmarks
CC21assignment2
Raspberry Pi vs Orange Pi vs Banana Pi 2016-03 Showdown by LoveRPi
CC21Assignment2
imaxion
CC21Assignment2
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
GNU Radio 1.0.0
system/gnuradio-1.0.0
- 10 March 2021 -
Initial commit of GNU Radio benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/gnuradio_benchmark-1.tar.xz</URL> <MD5>6bd9052920c6f52dd6c817d3efb5b64b</MD5> <SHA256>3861f042dd675d1a5ac60293a3cd51a17cb1a76a1dad033700708cddd07f1521</SHA256> <FileName>gnuradio_benchmark-1.tar.xz</FileName> <FileSize>1940</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which gnuradio-config-info>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: GNU Radio is not found on the system! This test profile is checking for a gnuradio-config-info command in the PATH." echo 2 > ~/install-exit-status exit fi tar -xf gnuradio_benchmark-1.tar.xz volk_profile echo "#!/bin/sh python3 gnuradio_benchmark.py > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status gnuradio-config-info -v > ~/pts-footnote 2>/dev/null" > gnuradio chmod +x gnuradio
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Average Five Back to Back FIR Filters (FFT, 256 Real taps, Complex input) - 116.4 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Average Five Back to Back FIR Filters</LineHint> <ArgumentsDescription>Test: Five Back to Back FIR Filters</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Average Signal Source (Cosine) - 116.4 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Average Signal Source (Cosine)</LineHint> <ArgumentsDescription>Test: Signal Source (Cosine)</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Average FIR Filter (FFT, 128 Real taps, Real input) - 116.4 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Average FIR Filter (FFT, 128 Real taps, Real input)</LineHint> <ArgumentsDescription>Test: FIR Filter</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Average IIR Filter (5 ff 3 fb Real taps, Complex input) - 116.4 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Average IIR Filter (5 ff 3 fb Real taps, Complex input)</LineHint> <ArgumentsDescription>Test: IIR Filter</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Average FM Deemphasis Filter - 116.4 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Average FM Deemphasis Filter</LineHint> <ArgumentsDescription>Test: FM Deemphasis Filter</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Average Hilbert Transform (129 taps) - 116.4 MS/s, #_RESULT_# MiB/s</OutputTemplate> <LineHint>Average Hilbert Transform (129 taps)</LineHint> <ArgumentsDescription>Test: Hilbert Transform</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.2--> <PhoronixTestSuite> <TestInformation> <Title>GNU Radio</Title> <Description>GNU Radio is a free software development toolkit providing signal processing blocks to implement software-defined radios (SDR) and signal processing systems.</Description> <ResultScale>MiB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>15</EnvironmentSize> <ProjectURL>https://www.gnuradio.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>gnuradio-config-info, volk_profile</SystemDependencies> </TestProfile> </PhoronixTestSuite>